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