Table of Contents

Struct ProvinceMapParser.ProvinceMapValidationResult

Namespace
Map.Loading.Images
Assembly
MapAssembly.dll

Province map validation result

public struct ProvinceMapParser.ProvinceMapValidationResult

Fields

IsValid

public bool IsValid

Field Value

bool

MappedColorCount

public int MappedColorCount

Field Value

int

MappedPixels

public int MappedPixels

Field Value

int

TotalPixels

public int TotalPixels

Field Value

int

UnmappedColorCount

public int UnmappedColorCount

Field Value

int

UnmappedColors

public NativeList<int> UnmappedColors

Field Value

NativeList<int>

UnmappedPixels

public int UnmappedPixels

Field Value

int

Properties

MappingCoverage

public float MappingCoverage { get; }

Property Value

float

Methods

Dispose()

public void Dispose()