DestructionDepthRasterData

Inherits from RasterQuadtreeData

Summary

Constructors

DestructionDepthRasterData()
DestructionDepthRasterData(guid: Guid)
DestructionDepthRasterData(other: RasterQuadtreeData)
DestructionDepthRasterData(other: Asset)
DestructionDepthRasterData(other: DataContainer)

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

TypeInformation

The type information for the DestructionDepthRasterData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)