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