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