WarpAnimationComponentData

Inherits from ComponentData

Summary

Constructors

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

Properties

Name Type
connectTransform LinearTransform
cannedAnimBinding CannedAnimationBinding
animationEntitySpacePriority int
warpBinding WarpAnimationBinding
boneToAlign GameplayBones
requireAnimationWeight bool
forceAnimationTransform bool
externalConnectTransform bool

Static members

Name Type
WarpAnimationComponentData.typeInfo TypeInformation

Constructors

WarpAnimationComponentData

WarpAnimationComponentData()

Creates a new WarpAnimationComponentData frostbite instance.

WarpAnimationComponentData

WarpAnimationComponentData(guid: Guid)

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

Parameters

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

WarpAnimationComponentData

WarpAnimationComponentData(other: ComponentData)

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

Parameters

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

WarpAnimationComponentData

WarpAnimationComponentData(other: GameObjectData)

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

Parameters

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

WarpAnimationComponentData

WarpAnimationComponentData(other: GameDataContainer)

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

Parameters

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

WarpAnimationComponentData

WarpAnimationComponentData(other: DataContainer)

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

Parameters

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

Properties

connectTransform

LinearTransform

cannedAnimBinding

CannedAnimationBinding

animationEntitySpacePriority

int

warpBinding

WarpAnimationBinding

boneToAlign

GameplayBones

requireAnimationWeight

bool

forceAnimationTransform

bool

externalConnectTransform

bool

Static members

typeInfo

TypeInformation

The type information for the WarpAnimationComponentData type.

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