Table of Contents

Struct ProvinceMapLoader.LoadResult

Namespace
Map.Loading
Assembly
MapAssembly.dll

Legacy LoadResult structure - now bridges to new system

public struct ProvinceMapLoader.LoadResult

Fields

ColorToID

public NativeHashMap<Color32, ushort> ColorToID

Field Value

NativeHashMap<Color32, ushort>

ErrorMessage

public string ErrorMessage

Field Value

string

Height

public int Height

Field Value

int

IsSuccess

public bool IsSuccess

Field Value

bool

ProvinceCount

public int ProvinceCount

Field Value

int

ProvincePixels

public NativeArray<ProvinceMapLoader.ProvincePixel> ProvincePixels

Field Value

NativeArray<ProvinceMapLoader.ProvincePixel>

Width

public int Width

Field Value

int

Methods

Dispose()

public void Dispose()