Class PolygonGeneratorOptions
PolygonGeneratorOptions class
Options from produce lines on surface or area.
public class PolygonGeneratorOptions
Constructors
Properties
| Name | Description |
|---|
| Count { get; set; } | Number of polygons to create. |
| MaximumPolygonPoints { get; set; } | The maximum length of the generated polygon. |
| MinimumPolygonPoints { get; set; } | The minimum length of the generated polygon. |
| Place { get; set; } | Placing mode in generated cells. |
| Seed { get; set; } | A number used to calculate the seed value for a sequence of pseudo-random numbers. |
Methods
| Name | Description |
|---|
| Clone() | Clone object to one another. |
| override ToString() | Returns a string that represents the current object. |
See Also