UpdateLinearVelocityData

Inherits from ProcessorData

Summary

Constructors

UpdateLinearVelocityData()
UpdateLinearVelocityData(guid: Guid)
UpdateLinearVelocityData(other: ProcessorData)
UpdateLinearVelocityData(other: EmitterComponentData)
UpdateLinearVelocityData(other: DataContainer)

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

TypeInformation

The type information for the UpdateLinearVelocityData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)