Class StarGeneratorOptions
StarGeneratorOptions class
Generator-specific options for ProducePolygons
.
public class StarGeneratorOptions
Constructors
Properties
Name | Description |
---|
Count { get; set; } | Number of polygons to create. |
MaximumStarVertex { get; set; } | The maximum outside vertex of the generated side. |
MinimumStarVertex { get; set; } | The minimum outside vertex of the generated side. |
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