Class GridLayout
Static class containing grid-related constants and utilities.
Inherited Members
Namespace: TerraProc.Core.Terrain
Assembly: TerraProc.Core.dll
Syntax
public static class GridLayout
Fields
| Edit this page View SourceChunkSize
The size of each chunk in tiles.
Declaration
public const int ChunkSize = 64
Field Value
| Type | Description |
|---|---|
| int |
ChunkTileCount
The total number of tiles in a chunk (ChunkSize^2).
Declaration
public const int ChunkTileCount = 4096
Field Value
| Type | Description |
|---|---|
| int |
MaxHeight
The maximum height value for terrain.
Declaration
public const int MaxHeight = 1000
Field Value
| Type | Description |
|---|---|
| int |