Enum HeightmapParser.TerrainType
Classify terrain based on height and slope
public enum HeightmapParser.TerrainType : byte
Fields
Hills = 2Mountains = 3Peaks = 4Plains = 1Water = 0
Classify terrain based on height and slope
public enum HeightmapParser.TerrainType : byte
Hills = 2Mountains = 3Peaks = 4Plains = 1Water = 0