Namespace TerraProc.Core.Terrain
Classes
ChunkData
Represents a chunk of the grid, containing heights and materials for each tile.
GridLayout
Static class containing grid-related constants and utilities.
Structs
Chunk
Represents a chunk in the grid, containing its coordinates and data.
ChunkCoords
Represents the coordinates of a chunk in the grid.
Height
Represents a height value. Internally stored as an ushort.
Seed
Represents a seed for random generation. Internally stored as an uint.
Tile
Represents a single tile in the grid, containing its height and material.
TileCoords
Represents the coordinates of a tile within the grid.
Enums
Material
Represents tile a material type. Fits into a byte.