OutdoorLightEffectState
Inherits from DataContainer
Summary
Constructors
OutdoorLightEffectState() |
OutdoorLightEffectState(guid: Guid) |
OutdoorLightEffectState(other: DataContainer) |
Properties
Name | Type |
---|---|
skyColor | Vec3 |
groundColor | Vec3 |
sunColor | Vec3 |
cloudShadowSpeed | Vec2 |
sunRotationX | float |
sunRotationY | float |
skyLightAngleFactor | float |
sunShadowHeightScale | float |
cloudShadowTexture | TextureAsset | nil |
cloudShadowSize | float |
cloudShadowExponent | float |
cloudShadowCoverage | float |
cloudShadowEnable | bool |
enable | bool |
Static members
Name | Type |
---|---|
OutdoorLightEffectState.typeInfo | TypeInformation |
Constructors
OutdoorLightEffectState
OutdoorLightEffectState()
Creates a new OutdoorLightEffectState frostbite instance.
OutdoorLightEffectState
OutdoorLightEffectState(guid: Guid)
Creates a new OutdoorLightEffectState frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
OutdoorLightEffectState
OutdoorLightEffectState(other: DataContainer)
Casts an instance of type DataContainer to OutdoorLightEffectState. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to OutdoorLightEffectState. |
Properties
skyColor
groundColor
sunColor
cloudShadowSpeed
sunRotationX
float
sunRotationY
float
skyLightAngleFactor
float
sunShadowHeightScale
float
cloudShadowTexture
TextureAsset | nil
cloudShadowSize
float
cloudShadowExponent
float
cloudShadowCoverage
float
cloudShadowEnable
bool
enable
bool
Static members
typeInfo
The type information for the OutdoorLightEffectState type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)