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