Table of Contents

Struct HeightmapParser.HeightmapStats

Namespace
Map.Loading.Images
Assembly
MapAssembly.dll

Generate heightmap statistics

public struct HeightmapParser.HeightmapStats

Fields

AverageHeight

public float AverageHeight

Field Value

float

HillPixels

public int HillPixels

Field Value

int

IsValid

public bool IsValid

Field Value

bool

MedianHeight

public float MedianHeight

Field Value

float

MountainPixels

public int MountainPixels

Field Value

int

PeakPixels

public int PeakPixels

Field Value

int

PlainPixels

public int PlainPixels

Field Value

int

WaterPixels

public int WaterPixels

Field Value

int