Class MapGeneratorOptions

MapGeneratorOptions class

Options from produce geometries on surface or area.

public class MapGeneratorOptions

Constructors

NameDescription
MapGeneratorOptions()The default constructor.

Properties

NameDescription
Height { get; set; }Height of the map (rows count).
Width { get; set; }Width of the map (columns count).

Methods

NameDescription
Clone()Clone object to one another.

See Also