BaseSkeletonAsset
Inherits from Asset
Summary
Constructors
| BaseSkeletonAsset() |
| BaseSkeletonAsset(guid: Guid) |
| BaseSkeletonAsset(other: Asset) |
| BaseSkeletonAsset(other: DataContainer) |
Static members
| Name | Type |
|---|---|
| BaseSkeletonAsset.typeInfo | TypeInformation |
Constructors
BaseSkeletonAsset
BaseSkeletonAsset()
Creates a new BaseSkeletonAsset frostbite instance.
BaseSkeletonAsset
BaseSkeletonAsset(guid: Guid)
Creates a new BaseSkeletonAsset frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
BaseSkeletonAsset
BaseSkeletonAsset(other: Asset)
Casts an instance of type Asset to BaseSkeletonAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | Asset | The instance to cast to BaseSkeletonAsset. |
BaseSkeletonAsset
BaseSkeletonAsset(other: DataContainer)
Casts an instance of type DataContainer to BaseSkeletonAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to BaseSkeletonAsset. |
Static members
typeInfo
The type information for the BaseSkeletonAsset type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)