Table of Contents

Struct TileDecodeWorker.Request

public readonly struct TileDecodeWorker.Request
Inherited Members

Constructors

Request(TileCoord, byte[], int, int, bool, bool, bool, bool, ITileBlockCodec, bool, ITileBlockCodec)

public Request(TileCoord tile, byte[] bytes, int length, int expectedSize, bool instant, bool persist, bool pooled, bool packRgb565 = false, ITileBlockCodec packBlocks = null, bool isJpeg = false, ITileBlockCodec decodeBlocks = null)

Parameters

tile TileCoord
bytes byte[]
length int
expectedSize int
instant bool
persist bool
pooled bool
packRgb565 bool
packBlocks ITileBlockCodec
isJpeg bool
decodeBlocks ITileBlockCodec

Fields

Bytes

public readonly byte[] Bytes

Field Value

byte[]

DecodeBlocks

public readonly ITileBlockCodec DecodeBlocks

Field Value

ITileBlockCodec

ExpectedSize

public readonly int ExpectedSize

Field Value

int

Instant

public readonly bool Instant

Field Value

bool

IsJpeg

public readonly bool IsJpeg

Field Value

bool

Length

public readonly int Length

Field Value

int

PackBlocks

public readonly ITileBlockCodec PackBlocks

Field Value

ITileBlockCodec

PackRgb565

public readonly bool PackRgb565

Field Value

bool

Persist

public readonly bool Persist

Field Value

bool

Pooled

public readonly bool Pooled

Field Value

bool

Tile

public readonly TileCoord Tile

Field Value

TileCoord