EnlightenState
Inherits from DataContainer
Summary
Constructors
EnlightenState() |
EnlightenState(guid: Guid) |
EnlightenState(other: DataContainer) |
Properties
Name | Type |
---|---|
skyBoxGroundColor | Vec3 |
skyBoxSunLightColor | Vec3 |
skyBoxBackLightColor | Vec3 |
skyBoxSkyColor | Vec3 |
sunScale | float |
outputScale | float |
bounceScale | float |
skyBoxSunLightColorSize | float |
skyBoxBackLightRotationY | float |
skyBoxBackLightColorSize | float |
skyBoxBackLightRotationX | float |
skyBoxEnable | bool |
Static members
Name | Type |
---|---|
EnlightenState.typeInfo | TypeInformation |
Constructors
EnlightenState
EnlightenState()
Creates a new EnlightenState frostbite instance.
EnlightenState
EnlightenState(guid: Guid)
Creates a new EnlightenState frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
EnlightenState
EnlightenState(other: DataContainer)
Casts an instance of type DataContainer to EnlightenState. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to EnlightenState. |
Properties
skyBoxGroundColor
skyBoxSunLightColor
skyBoxBackLightColor
skyBoxSkyColor
sunScale
float
outputScale
float
bounceScale
float
skyBoxSunLightColorSize
float
skyBoxBackLightRotationY
float
skyBoxBackLightColorSize
float
skyBoxBackLightRotationX
float
skyBoxEnable
bool
Static members
typeInfo
The type information for the EnlightenState type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)