LayerProcGen v0.1.0
Layer-based infinite procedural generation
|
Represents an infinite 2D array, used by layers to store chunks in. More...
Inherits IEnumerable< T >.
Public Member Functions | |
IEnumerator< T > | GetEnumerator () |
RollingGrid (int sizeX, int sizeY, int maxOverlap=3) | |
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 |