DestructionDepthRasterData
Inherits from RasterQuadtreeData
Summary
Constructors
Static members
Name | Type |
---|---|
DestructionDepthRasterData.typeInfo | TypeInformation |
Constructors
DestructionDepthRasterData
DestructionDepthRasterData()
Creates a new DestructionDepthRasterData frostbite instance.
DestructionDepthRasterData
DestructionDepthRasterData(guid: Guid)
Creates a new DestructionDepthRasterData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
DestructionDepthRasterData
DestructionDepthRasterData(other: RasterQuadtreeData)
Casts an instance of type RasterQuadtreeData to DestructionDepthRasterData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | RasterQuadtreeData | The instance to cast to DestructionDepthRasterData. |
DestructionDepthRasterData
DestructionDepthRasterData(other: Asset)
Casts an instance of type Asset to DestructionDepthRasterData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to DestructionDepthRasterData. |
DestructionDepthRasterData
DestructionDepthRasterData(other: DataContainer)
Casts an instance of type DataContainer to DestructionDepthRasterData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to DestructionDepthRasterData. |
Static members
typeInfo
The type information for the DestructionDepthRasterData type.