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