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