AnimatedTransformEntityData

Inherits from EntityData

Summary

Constructors

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

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

AntRef

externalTime

float

controller

AntRef

boneName

string

Static members

typeInfo

TypeInformation

The type information for the AnimatedTransformEntityData type.

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