Struct IWebTileDecodeBridge.BitmapResult
public readonly struct IWebTileDecodeBridge.BitmapResult
- Inherited Members
-
Constructors
BitmapResult(TileCoord, byte[], int, bool, bool, bool, bool, int, int)
public BitmapResult(TileCoord tile, byte[] sourceBytes, int sourceLength, bool pooled, bool instant, bool persist, bool ok, int bitmapId, int width)
Parameters
tile TileCoord
sourceBytes byte[]
sourceLength int
pooled bool
instant bool
persist bool
ok bool
bitmapId int
width int
Fields
BitmapId
public readonly int BitmapId
Field Value
- int
Instant
public readonly bool Instant
Field Value
- bool
Ok
Field Value
- bool
Persist
public readonly bool Persist
Field Value
- bool
Pooled
public readonly bool Pooled
Field Value
- bool
SourceBytes
public readonly byte[] SourceBytes
Field Value
- byte[]
SourceLength
public readonly int SourceLength
Field Value
- int
Tile
public readonly TileCoord Tile
Field Value
- TileCoord
Width
public readonly int Width
Field Value
- int