ModelAnimationEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
animationEntitySpace LinearTransform
boneToPlace GameplayBones
realm Realm
modelAnimationTransformType ModelAnimationTransformType
instanceSeed int
defaultAnimation string
animationIndex int
animationSet AntAnimationSetAsset | nil
externalTime float
rootMeshBoneName string
jointWorldTransformUpdateOrder ModelAnimationUpdateOrder
connectBoneName string
jointOutputPropertyIds int[]
trajectoryBoneName string
animationEntitySpaceActive bool
playFirstFrame bool
looping bool
enableJointWorldTransformOutput bool
resetAfterStop bool
autoStart bool
showDebugTransforms bool
applyRotationCompensation bool
applyPreTransformation bool
disableCulling bool

Static members

Name Type
ModelAnimationEntityData.typeInfo TypeInformation

Constructors

ModelAnimationEntityData

ModelAnimationEntityData()

Creates a new ModelAnimationEntityData frostbite instance.

ModelAnimationEntityData

ModelAnimationEntityData(guid: Guid)

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

Parameters

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

ModelAnimationEntityData

ModelAnimationEntityData(other: EntityData)

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

Parameters

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

ModelAnimationEntityData

ModelAnimationEntityData(other: GameObjectData)

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

Parameters

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

ModelAnimationEntityData

ModelAnimationEntityData(other: GameDataContainer)

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

Parameters

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

ModelAnimationEntityData

ModelAnimationEntityData(other: DataContainer)

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

Parameters

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

Properties

animationEntitySpace

LinearTransform

boneToPlace

GameplayBones

realm

Realm

modelAnimationTransformType

ModelAnimationTransformType

instanceSeed

int

defaultAnimation

string

animationIndex

int

animationSet

AntAnimationSetAsset | nil

externalTime

float

rootMeshBoneName

string

jointWorldTransformUpdateOrder

ModelAnimationUpdateOrder

connectBoneName

string

jointOutputPropertyIds

int[]

trajectoryBoneName

string

animationEntitySpaceActive

bool

playFirstFrame

bool

looping

bool

enableJointWorldTransformOutput

bool

resetAfterStop

bool

autoStart

bool

showDebugTransforms

bool

applyRotationCompensation

bool

applyPreTransformation

bool

disableCulling

bool

Static members

typeInfo

TypeInformation

The type information for the ModelAnimationEntityData type.

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