SimpleAnimationControlComponentData

Inherits from ComponentData

Summary

Constructors

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

Properties

Name Type
binding SimpleAnimationControlBinding
animationEntitySpacePriority int
run bool

Static members

Name Type
SimpleAnimationControlComponentData.typeInfo TypeInformation

Constructors

SimpleAnimationControlComponentData

SimpleAnimationControlComponentData()

Creates a new SimpleAnimationControlComponentData frostbite instance.

SimpleAnimationControlComponentData

SimpleAnimationControlComponentData(guid: Guid)

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

Parameters

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

SimpleAnimationControlComponentData

SimpleAnimationControlComponentData(other: ComponentData)

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

Parameters

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

SimpleAnimationControlComponentData

SimpleAnimationControlComponentData(other: GameObjectData)

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

Parameters

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

SimpleAnimationControlComponentData

SimpleAnimationControlComponentData(other: GameDataContainer)

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

Parameters

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

SimpleAnimationControlComponentData

SimpleAnimationControlComponentData(other: DataContainer)

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

Parameters

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

Properties

binding

SimpleAnimationControlBinding

animationEntitySpacePriority

int

run

bool

Static members

typeInfo

TypeInformation

The type information for the SimpleAnimationControlComponentData type.

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