CharacterAnimationEntityData
Inherits from EntityData
Summary
Constructors
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
controller
trackLength
float
externalTime
float
warpAnimationBlendTime
float
restoreControllerOnFinish
bool
Static members
typeInfo
The type information for the CharacterAnimationEntityData type.