FogEffectState
Inherits from DataContainer
Summary
Constructors
| FogEffectState() |
| FogEffectState(guid: Guid) |
| FogEffectState(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| fogColorCurve | Vec4 |
| curve | Vec4 |
| fogColor | Vec3 |
| start | float |
| endValue | float |
| fogColorStart | float |
| fogColorEnd | float |
| heightFogVisibilityRange | float |
| transparencyFadeStart | float |
| transparencyFadeEnd | float |
| transparencyFadeClamp | float |
| heightFogDepth | float |
| heightFogFollowCamera | float |
| heightFogAltitude | float |
| heightFogEnable | bool |
| enable | bool |
Static members
| Name | Type |
|---|---|
| FogEffectState.typeInfo | TypeInformation |
Constructors
FogEffectState
FogEffectState()
Creates a new FogEffectState frostbite instance.
FogEffectState
FogEffectState(guid: Guid)
Creates a new FogEffectState frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
FogEffectState
FogEffectState(other: DataContainer)
Casts an instance of type DataContainer to FogEffectState. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to FogEffectState. |
Properties
fogColorCurve
curve
fogColor
start
float
endValue
float
fogColorStart
float
fogColorEnd
float
heightFogVisibilityRange
float
transparencyFadeStart
float
transparencyFadeEnd
float
transparencyFadeClamp
float
heightFogDepth
float
heightFogFollowCamera
float
heightFogAltitude
float
heightFogEnable
bool
enable
bool
Static members
typeInfo
The type information for the FogEffectState type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)