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