WarpAnimationEntityData
Inherits from EntityData
Summary
Constructors
WarpAnimationEntityData() |
WarpAnimationEntityData(guid: Guid) |
WarpAnimationEntityData(other: EntityData) |
WarpAnimationEntityData(other: GameObjectData) |
WarpAnimationEntityData(other: GameDataContainer) |
WarpAnimationEntityData(other: DataContainer) |
Properties
Static members
Name | Type |
---|---|
WarpAnimationEntityData.typeInfo | TypeInformation |
Constructors
WarpAnimationEntityData
WarpAnimationEntityData()
Creates a new WarpAnimationEntityData frostbite instance.
WarpAnimationEntityData
WarpAnimationEntityData(guid: Guid)
Creates a new WarpAnimationEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
WarpAnimationEntityData
WarpAnimationEntityData(other: EntityData)
Casts an instance of type EntityData to WarpAnimationEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to WarpAnimationEntityData. |
WarpAnimationEntityData
WarpAnimationEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to WarpAnimationEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to WarpAnimationEntityData. |
WarpAnimationEntityData
WarpAnimationEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to WarpAnimationEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to WarpAnimationEntityData. |
WarpAnimationEntityData
WarpAnimationEntityData(other: DataContainer)
Casts an instance of type DataContainer to WarpAnimationEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to WarpAnimationEntityData. |
Properties
connectTransform
animationEntitySpacePriority
int
warpBinding
boneToAlign
forceAnimationTransform
bool
requireAnimationWeight
bool
externalConnectTransform
bool
Static members
typeInfo
The type information for the WarpAnimationEntityData type.