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