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