Class TownscaperGrid
A grid closely modelled after the grid used in Townscaper. See the corresponding tutorial.
Implements
Inherited Members
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public class TownscaperGrid : RelaxModifier, IGrid
Constructors
TownscaperGrid(int, int?, int)
Declaration
public TownscaperGrid(int n, int? seed = null, int relaxIterations = 10)
Parameters
| Type | Name | Description |
|---|---|---|
| int | n | |
| int? | seed | |
| int | relaxIterations |