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