LightType Type
Type of light.
Union cases
Union case | Description |
Full Usage:
DirectionalLight
|
|
Full Usage:
PointLight
|
|
Full Usage:
SpotLight(ConeInner, ConeOuter)
Parameters:
single
ConeOuter : single
|
|
Instance members
Instance member | Description |
Full Usage:
this.Enumerate
Returns: int
|
|
Full Usage:
this.IsDirectionalLight
Returns: bool
|
|
Full Usage:
this.IsPointLight
Returns: bool
|
|
Full Usage:
this.IsSpotLight
Returns: bool
|
|