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