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
boneToPlace
realm
modelAnimationTransformType
instanceSeed
int
defaultAnimation
string
animationIndex
int
animationSet
AntAnimationSetAsset | nil
externalTime
float
rootMeshBoneName
string
jointWorldTransformUpdateOrder
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
The type information for the ModelAnimationEntityData type.