AntAnimationSetAsset
Inherits from Asset
Summary
Constructors
| AntAnimationSetAsset() |
| AntAnimationSetAsset(guid: Guid) |
| AntAnimationSetAsset(other: Asset) |
| AntAnimationSetAsset(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| skeletonAsset | SkeletonAsset | nil |
| actorAssetIndex | int |
| clipAssetIndices | int[] |
| loopingClipAssetIndices | int[] |
| sceneOpMatrixAssetIndex | int |
| useTraj2Ref | bool |
| allowAnimationCulling | bool |
Static members
| Name | Type |
|---|---|
| AntAnimationSetAsset.typeInfo | TypeInformation |
Constructors
AntAnimationSetAsset
AntAnimationSetAsset()
Creates a new AntAnimationSetAsset frostbite instance.
AntAnimationSetAsset
AntAnimationSetAsset(guid: Guid)
Creates a new AntAnimationSetAsset frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
AntAnimationSetAsset
AntAnimationSetAsset(other: Asset)
Casts an instance of type Asset to AntAnimationSetAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | Asset | The instance to cast to AntAnimationSetAsset. |
AntAnimationSetAsset
AntAnimationSetAsset(other: DataContainer)
Casts an instance of type DataContainer to AntAnimationSetAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to AntAnimationSetAsset. |
Properties
skeletonAsset
SkeletonAsset | nil
actorAssetIndex
int
clipAssetIndices
int[]
loopingClipAssetIndices
int[]
sceneOpMatrixAssetIndex
int
useTraj2Ref
bool
allowAnimationCulling
bool
Static members
typeInfo
The type information for the AntAnimationSetAsset type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)