VirtualRasterQuadtreeData

Inherits from RasterQuadtreeData

Summary

Constructors

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

Static members

Name Type
VirtualRasterQuadtreeData.typeInfo TypeInformation

Constructors

VirtualRasterQuadtreeData

VirtualRasterQuadtreeData()

Creates a new VirtualRasterQuadtreeData frostbite instance.

VirtualRasterQuadtreeData

VirtualRasterQuadtreeData(guid: Guid)

Creates a new VirtualRasterQuadtreeData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

VirtualRasterQuadtreeData

VirtualRasterQuadtreeData(other: RasterQuadtreeData)

Casts an instance of type RasterQuadtreeData to VirtualRasterQuadtreeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other RasterQuadtreeData The instance to cast to VirtualRasterQuadtreeData.

VirtualRasterQuadtreeData

VirtualRasterQuadtreeData(other: Asset)

Casts an instance of type Asset to VirtualRasterQuadtreeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to VirtualRasterQuadtreeData.

VirtualRasterQuadtreeData

VirtualRasterQuadtreeData(other: DataContainer)

Casts an instance of type DataContainer to VirtualRasterQuadtreeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to VirtualRasterQuadtreeData.

Static members

typeInfo

TypeInformation

The type information for the VirtualRasterQuadtreeData type.

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