Table of Contents

Struct IWebTileDecodeBridge.Result

public readonly struct IWebTileDecodeBridge.Result
Inherited Members

Constructors

Result(TileCoord, byte[], int, bool, bool, bool, bool, byte[], int)

public Result(TileCoord tile, byte[] sourceBytes, int sourceLength, bool pooled, bool instant, bool persist, bool ok, byte[] payload, int width)

Parameters

tile TileCoord
sourceBytes byte[]
sourceLength int
pooled bool
instant bool
persist bool
ok bool
payload byte[]
width int

Fields

Instant

public readonly bool Instant

Field Value

bool

Ok

public readonly bool Ok

Field Value

bool

Payload

public readonly byte[] Payload

Field Value

byte[]

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