SkyEffectState
Inherits from DataContainer
Summary
Constructors
| SkyEffectState() |
| SkyEffectState(guid: Guid) |
| SkyEffectState(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| cloudLayerSunColor | Vec3 |
| panoramicTileFactor | float |
| sunSize | float |
| skyGradientScale | float |
| sunScale | float |
| panoramicUVMinX | float |
| skyGradientTexture | TextureAsset | nil |
| panoramicUVMinY | float |
| panoramicUVMaxY | float |
| panoramicUVMaxX | float |
| panoramicRotation | float |
| panoramicTexture | TextureAsset | nil |
| panoramicAlphaTexture | TextureAsset | nil |
| windDirection | float |
| cloudLayerMaskTexture | TextureAsset | nil |
| cloudLayer1 | SkyCloudLayer |
| cloudLayer2 | SkyCloudLayer |
| staticEnvmapTexture | TextureAsset | nil |
| enable | bool |
Static members
| Name | Type |
|---|---|
| SkyEffectState.typeInfo | TypeInformation |
Constructors
SkyEffectState
SkyEffectState()
Creates a new SkyEffectState frostbite instance.
SkyEffectState
SkyEffectState(guid: Guid)
Creates a new SkyEffectState frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
SkyEffectState
SkyEffectState(other: DataContainer)
Casts an instance of type DataContainer to SkyEffectState. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to SkyEffectState. |
Properties
cloudLayerSunColor
panoramicTileFactor
float
sunSize
float
skyGradientScale
float
sunScale
float
panoramicUVMinX
float
skyGradientTexture
TextureAsset | nil
panoramicUVMinY
float
panoramicUVMaxY
float
panoramicUVMaxX
float
panoramicRotation
float
panoramicTexture
TextureAsset | nil
panoramicAlphaTexture
TextureAsset | nil
windDirection
float
cloudLayerMaskTexture
TextureAsset | nil
cloudLayer1
cloudLayer2
staticEnvmapTexture
TextureAsset | nil
enable
bool
Static members
typeInfo
The type information for the SkyEffectState type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)