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