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