UpdateTransparencyData
Inherits from ProcessorData
Summary
Constructors
UpdateTransparencyData() |
UpdateTransparencyData(guid: Guid) |
UpdateTransparencyData(other: ProcessorData) |
UpdateTransparencyData(other: EmitterComponentData) |
UpdateTransparencyData(other: DataContainer) |
Properties
Name | Type |
---|---|
cullThreshold | float |
Static members
Name | Type |
---|---|
UpdateTransparencyData.typeInfo | TypeInformation |
Constructors
UpdateTransparencyData
UpdateTransparencyData()
Creates a new UpdateTransparencyData frostbite instance.
UpdateTransparencyData
UpdateTransparencyData(guid: Guid)
Creates a new UpdateTransparencyData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
UpdateTransparencyData
UpdateTransparencyData(other: ProcessorData)
Casts an instance of type ProcessorData to UpdateTransparencyData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ProcessorData | The instance to cast to UpdateTransparencyData. |
UpdateTransparencyData
UpdateTransparencyData(other: EmitterComponentData)
Casts an instance of type EmitterComponentData to UpdateTransparencyData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EmitterComponentData | The instance to cast to UpdateTransparencyData. |
UpdateTransparencyData
UpdateTransparencyData(other: DataContainer)
Casts an instance of type DataContainer to UpdateTransparencyData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to UpdateTransparencyData. |
Properties
cullThreshold
float
Static members
typeInfo
The type information for the UpdateTransparencyData type.