MotionDampingData

Inherits from DataContainer

Summary

Constructors

MotionDampingData()
MotionDampingData(guid: Guid)
MotionDampingData(other: DataContainer)

Properties

Name Type
linearModifier Vec3
pitch float
yaw float
roll float
linear float

Static members

Name Type
MotionDampingData.typeInfo TypeInformation

Constructors

MotionDampingData

MotionDampingData()

Creates a new MotionDampingData frostbite instance.

MotionDampingData

MotionDampingData(guid: Guid)

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

Parameters

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

MotionDampingData

MotionDampingData(other: DataContainer)

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

Parameters

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

Properties

linearModifier

Vec3

pitch

float

yaw

float

roll

float

linear

float

Static members

typeInfo

TypeInformation

The type information for the MotionDampingData type.

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