LightType Type
Type of light.
Union cases
Union case | Description |
Full Usage:
CascadedLight
|
|
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.IsCascadedLight
Returns: bool
|
|
Full Usage:
this.IsDirectionalLight
Returns: bool
|
|
Full Usage:
this.IsPointLight
Returns: bool
|
|
Full Usage:
this.IsSpotLight
Returns: bool
|
|
Static members
Static member | Description |
Full Usage:
LightType.Names
Returns: string[]
|
|
Full Usage:
LightType.makeFromEnumeration enumeration
Parameters:
int
Returns: LightType
|
|
Full Usage:
LightType.shouldShadowInterior lightType
Parameters:
LightType
Returns: bool
|