Table of Contents

Enum HeightmapParser.TerrainType

Namespace
Map.Loading.Images
Assembly
MapAssembly.dll

Classify terrain based on height and slope

public enum HeightmapParser.TerrainType : byte

Fields

Hills = 2
Mountains = 3
Peaks = 4
Plains = 1
Water = 0