Show / Hide Table of Contents

Class GridLayout

Static class containing grid-related constants and utilities.

Inheritance
object
GridLayout
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TerraProc.Core.Terrain
Assembly: TerraProc.Core.dll
Syntax
public static class GridLayout

Fields

| Edit this page View Source

ChunkSize

The size of each chunk in tiles.

Declaration
public const int ChunkSize = 64
Field Value
Type Description
int
| Edit this page View Source

ChunkTileCount

The total number of tiles in a chunk (ChunkSize^2).

Declaration
public const int ChunkTileCount = 4096
Field Value
Type Description
int
| Edit this page View Source

MaxHeight

The maximum height value for terrain.

Declaration
public const int MaxHeight = 1000
Field Value
Type Description
int
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX