AntAnimatableComponentData

Inherits from ComponentData

Summary

Constructors

AntAnimatableComponentData()
AntAnimatableComponentData(guid: Guid)
AntAnimatableComponentData(other: ComponentData)
AntAnimatableComponentData(other: GameObjectData)
AntAnimatableComponentData(other: GameDataContainer)
AntAnimatableComponentData(other: DataContainer)

Properties

Name Type
realm Realm
subRealm SubRealm
animationData AntAnimationHandlerData
mesh SkinnedMeshAsset | nil
autoActivate bool
animationControlledFromStart bool
forceDisableCulling bool

Static members

Name Type
AntAnimatableComponentData.typeInfo TypeInformation

Constructors

AntAnimatableComponentData

AntAnimatableComponentData()

Creates a new AntAnimatableComponentData frostbite instance.

AntAnimatableComponentData

AntAnimatableComponentData(guid: Guid)

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

Parameters

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

AntAnimatableComponentData

AntAnimatableComponentData(other: ComponentData)

Casts an instance of type ComponentData to AntAnimatableComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to AntAnimatableComponentData.

AntAnimatableComponentData

AntAnimatableComponentData(other: GameObjectData)

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

Parameters

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

AntAnimatableComponentData

AntAnimatableComponentData(other: GameDataContainer)

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

Parameters

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

AntAnimatableComponentData

AntAnimatableComponentData(other: DataContainer)

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

Parameters

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

Properties

realm

Realm

subRealm

SubRealm

animationData

AntAnimationHandlerData

mesh

SkinnedMeshAsset | nil

autoActivate

bool

animationControlledFromStart

bool

forceDisableCulling

bool

Static members

typeInfo

TypeInformation

The type information for the AntAnimatableComponentData type.

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