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