ChildRotationBodyData

Inherits from RotationBodyData

Summary

Constructors

ChildRotationBodyData()
ChildRotationBodyData(guid: Guid)
ChildRotationBodyData(other: RotationBodyData)
ChildRotationBodyData(other: MovingBodyData)
ChildRotationBodyData(other: DataContainer)

Properties

Name Type
forceModifier float
resetForceModifier float
resetForceInputThreshold float
rotationInput EntryInputActionEnum
worldSpaceLockEfficiency float
useLinearInput bool

Static members

Name Type
ChildRotationBodyData.typeInfo TypeInformation

Constructors

ChildRotationBodyData

ChildRotationBodyData()

Creates a new ChildRotationBodyData frostbite instance.

ChildRotationBodyData

ChildRotationBodyData(guid: Guid)

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

Parameters

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

ChildRotationBodyData

ChildRotationBodyData(other: RotationBodyData)

Casts an instance of type RotationBodyData to ChildRotationBodyData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other RotationBodyData The instance to cast to ChildRotationBodyData.

ChildRotationBodyData

ChildRotationBodyData(other: MovingBodyData)

Casts an instance of type MovingBodyData to ChildRotationBodyData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other MovingBodyData The instance to cast to ChildRotationBodyData.

ChildRotationBodyData

ChildRotationBodyData(other: DataContainer)

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

Parameters

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

Properties

forceModifier

float

resetForceModifier

float

resetForceInputThreshold

float

rotationInput

EntryInputActionEnum

worldSpaceLockEfficiency

float

useLinearInput

bool

Static members

typeInfo

TypeInformation

The type information for the ChildRotationBodyData type.

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