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