FogType Type
The type of fog to utilize.
Union cases
Union case | Description |
Full Usage:
ExponentialFog
|
|
Full Usage:
ExponentialSquaredFog
|
|
Full Usage:
LinearFog
|
Instance members
Instance member | Description |
Full Usage:
this.Enumerate
Returns: int
|
|
Full Usage:
this.IsExponentialFog
Returns: bool
|
|
Full Usage:
this.IsExponentialSquaredFog
Returns: bool
|
|
Full Usage:
this.IsLinearFog
Returns: bool
|
|
Static members
Static member | Description |
Full Usage:
FogType.Names
Returns: string[]
|
|
|