SunFlareEffectState
Inherits from DataContainer
Summary
Constructors
SunFlareEffectState() |
SunFlareEffectState(guid: Guid) |
SunFlareEffectState(other: DataContainer) |
Properties
Static members
Name | Type |
---|---|
SunFlareEffectState.typeInfo | TypeInformation |
Constructors
SunFlareEffectState
SunFlareEffectState()
Creates a new SunFlareEffectState frostbite instance.
SunFlareEffectState
SunFlareEffectState(guid: Guid)
Creates a new SunFlareEffectState frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SunFlareEffectState
SunFlareEffectState(other: DataContainer)
Casts an instance of type DataContainer to SunFlareEffectState. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SunFlareEffectState. |
Properties
element5AlphaScreenPosCurve
element5AlphaOccluderCurve
element2SizeScreenPosCurve
element5SizeScreenPosCurve
element2AlphaOccluderCurve
element2AlphaScreenPosCurve
element1Size
element1SizeOccluderCurve
element1SizeScreenPosCurve
element1AlphaOccluderCurve
element1AlphaScreenPosCurve
element5SizeOccluderCurve
element4SizeScreenPosCurve
element3Size
element2Size
element2SizeOccluderCurve
element4AlphaScreenPosCurve
element3SizeOccluderCurve
element4Size
element5Size
element3SizeScreenPosCurve
element3AlphaOccluderCurve
element4SizeOccluderCurve
element3AlphaScreenPosCurve
element4AlphaOccluderCurve
element3Shader
SurfaceShaderBaseAsset | nil
element2Shader
SurfaceShaderBaseAsset | nil
occluderSize
float
element4Shader
SurfaceShaderBaseAsset | nil
element4RayDistance
float
element1Shader
SurfaceShaderBaseAsset | nil
element2RayDistance
float
element1RayDistance
float
element5RayDistance
float
element3RayDistance
float
element5Shader
SurfaceShaderBaseAsset | nil
element5Enable
bool
element4Enable
bool
element3Enable
bool
element2Enable
bool
element1Enable
bool
debugDrawOccluder
bool
enable
bool
Static members
typeInfo
The type information for the SunFlareEffectState type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)