Enum HexRectangleShapeNode.RectangleType
The type of rectangle.
public enum HexRectangleShapeNode.RectangleType
Fields
Fat = 1
Represents a fat rectangle - alternate rows or columns have one cell more than the rest.
Normal = 0
Represents the default rectangle shape. All rows and columns have the same number of rows.
Thin = 2
Represents a thin rectangle - alternative rows or columns have one cell fewer than the rest.