ChildMovingBodyData

Inherits from LinearMovingBodyData

Summary

Constructors

ChildMovingBodyData()
ChildMovingBodyData(guid: Guid)
ChildMovingBodyData(other: LinearMovingBodyData)
ChildMovingBodyData(other: MovingBodyData)
ChildMovingBodyData(other: DataContainer)

Properties

Name Type
inputDelay float
speed float
inputAction EntryInputActionEnum
triggerImpulse float
isOneShotInput bool

Static members

Name Type
ChildMovingBodyData.typeInfo TypeInformation

Constructors

ChildMovingBodyData

ChildMovingBodyData()

Creates a new ChildMovingBodyData frostbite instance.

ChildMovingBodyData

ChildMovingBodyData(guid: Guid)

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

Parameters

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

ChildMovingBodyData

ChildMovingBodyData(other: LinearMovingBodyData)

Casts an instance of type LinearMovingBodyData to ChildMovingBodyData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other LinearMovingBodyData The instance to cast to ChildMovingBodyData.

ChildMovingBodyData

ChildMovingBodyData(other: MovingBodyData)

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

Parameters

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

ChildMovingBodyData

ChildMovingBodyData(other: DataContainer)

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

Parameters

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

Properties

inputDelay

float

speed

float

inputAction

EntryInputActionEnum

triggerImpulse

float

isOneShotInput

bool

Static members

typeInfo

TypeInformation

The type information for the ChildMovingBodyData type.

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