CharacterAnimationEntityData

Inherits from EntityData

Summary

Constructors

CharacterAnimationEntityData()
CharacterAnimationEntityData(guid: Guid)
CharacterAnimationEntityData(other: EntityData)
CharacterAnimationEntityData(other: GameObjectData)
CharacterAnimationEntityData(other: GameDataContainer)
CharacterAnimationEntityData(other: DataContainer)

Properties

Name Type
entitySpaceTransform LinearTransform
controller AntRef
trackLength float
externalTime float
warpAnimationBlendTime float
restoreControllerOnFinish bool

Static members

Name Type
CharacterAnimationEntityData.typeInfo TypeInformation

Constructors

CharacterAnimationEntityData

CharacterAnimationEntityData()

Creates a new CharacterAnimationEntityData frostbite instance.

CharacterAnimationEntityData

CharacterAnimationEntityData(guid: Guid)

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

Parameters

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

CharacterAnimationEntityData

CharacterAnimationEntityData(other: EntityData)

Casts an instance of type EntityData to CharacterAnimationEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to CharacterAnimationEntityData.

CharacterAnimationEntityData

CharacterAnimationEntityData(other: GameObjectData)

Casts an instance of type GameObjectData to CharacterAnimationEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to CharacterAnimationEntityData.

CharacterAnimationEntityData

CharacterAnimationEntityData(other: GameDataContainer)

Casts an instance of type GameDataContainer to CharacterAnimationEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to CharacterAnimationEntityData.

CharacterAnimationEntityData

CharacterAnimationEntityData(other: DataContainer)

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

Parameters

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

Properties

entitySpaceTransform

LinearTransform

controller

AntRef

trackLength

float

externalTime

float

warpAnimationBlendTime

float

restoreControllerOnFinish

bool

Static members

typeInfo

TypeInformation

The type information for the CharacterAnimationEntityData type.

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