HexLayoutBuilder

This component simplifies the creation of custom grids.

  • TemplateFlatTop HexCoordinates

    Cell template for the FlatTop orientation.

  • TemplatePointyTop HexCoordinates

    Cell template for the PointyTop orientation.

  • Blocks List<Block>

    If the EasyLayout.HexSettings.Orientation is FlatTop then each block describes a column. Otherwise, each block describes a row.

  • Instances IReadOnlyDictionary<CubeCoordinates, HexCoordinates>

    Provides access to the cells by coordinates.

Block

  • Start int

    Index of the first cell.

  • Cells int

    Cells in on block (row or column).