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