WarpAnimationComponentData
Inherits from ComponentData
Summary
Constructors
Properties
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
cannedAnimBinding
animationEntitySpacePriority
int
warpBinding
boneToAlign
requireAnimationWeight
bool
forceAnimationTransform
bool
externalConnectTransform
bool
Static members
typeInfo
The type information for the WarpAnimationComponentData type.