Table of Contents

Struct PersistentBMPPixelData

Namespace
Map.Loading.Images
Assembly
MapAssembly.dll

Persistent pixel data that owns its memory allocation

public struct PersistentBMPPixelData

Fields

Header

public BMPParser.BMPHeader Header

Field Value

BMPParser.BMPHeader

IsSuccess

public bool IsSuccess

Field Value

bool

RawData

public NativeArray<byte> RawData

Field Value

NativeArray<byte>

Methods

Dispose()

public void Dispose()