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