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