UpdateOrientationData

Inherits from ProcessorData

Summary

Constructors

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

Static members

Name Type
UpdateOrientationData.typeInfo TypeInformation

Constructors

UpdateOrientationData

UpdateOrientationData()

Creates a new UpdateOrientationData frostbite instance.

UpdateOrientationData

UpdateOrientationData(guid: Guid)

Creates a new UpdateOrientationData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

UpdateOrientationData

UpdateOrientationData(other: ProcessorData)

Casts an instance of type ProcessorData to UpdateOrientationData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ProcessorData The instance to cast to UpdateOrientationData.

UpdateOrientationData

UpdateOrientationData(other: EmitterComponentData)

Casts an instance of type EmitterComponentData to UpdateOrientationData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EmitterComponentData The instance to cast to UpdateOrientationData.

UpdateOrientationData

UpdateOrientationData(other: DataContainer)

Casts an instance of type DataContainer to UpdateOrientationData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to UpdateOrientationData.

Static members

typeInfo

TypeInformation

The type information for the UpdateOrientationData type.

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