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