Table of Contents

Struct TileBlockPayload

public readonly struct TileBlockPayload
Inherited Members

Constructors

TileBlockPayload(int, int, byte[][])

public TileBlockPayload(int width, int height, byte[][] mipBlocks)

Parameters

width int
height int
mipBlocks byte[][]

Fields

Height

public readonly int Height

Field Value

int

MipBlocks

public readonly byte[][] MipBlocks

Field Value

byte[][]

Width

public readonly int Width

Field Value

int

Properties

MipCount

public int MipCount { get; }

Property Value

int