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