AnimatedTransformEntityData
Inherits from EntityData
Summary
Constructors
Properties
Name | Type |
---|---|
animatable | AntRef |
externalTime | float |
controller | AntRef |
boneName | string |
Static members
Name | Type |
---|---|
AnimatedTransformEntityData.typeInfo | TypeInformation |
Constructors
AnimatedTransformEntityData
AnimatedTransformEntityData()
Creates a new AnimatedTransformEntityData frostbite instance.
AnimatedTransformEntityData
AnimatedTransformEntityData(guid: Guid)
Creates a new AnimatedTransformEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
AnimatedTransformEntityData
AnimatedTransformEntityData(other: EntityData)
Casts an instance of type EntityData to AnimatedTransformEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to AnimatedTransformEntityData. |
AnimatedTransformEntityData
AnimatedTransformEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to AnimatedTransformEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to AnimatedTransformEntityData. |
AnimatedTransformEntityData
AnimatedTransformEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to AnimatedTransformEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to AnimatedTransformEntityData. |
AnimatedTransformEntityData
AnimatedTransformEntityData(other: DataContainer)
Casts an instance of type DataContainer to AnimatedTransformEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to AnimatedTransformEntityData. |
Properties
animatable
externalTime
float
controller
boneName
string
Static members
typeInfo
The type information for the AnimatedTransformEntityData type.