![]() |
LayerProcGen v0.4.0
Layer-based infinite procedural generation
|
Represents an infinite 2D array, used by layers to store chunks in. More...
Inherits IEnumerable.
Public Member Functions | |
| IEnumerator< T > | GetEnumerator () |
| RollingGrid (int sizeX, int sizeY, int maxOverlap=3) | |
Public Attributes | |
| int | count |
| Point[] | points |
| T[] | values |
Properties | |
| T | this[int x, int y] [get, set] |
| T | this[Point p] [get, set] |
Represents an infinite 2D array, used by layers to store chunks in.
| T | : | class |