Skip to main content

Grid Layout

Intro

The Grid Layout can be used with the Apply Layout Behaviour.

Layouts

Note that this type of layout is exclusively for use with sub-meshes. To add Shapes to layouts see Layouts.

UI

Columns - Set the number of cells in a column.

Rows - Set the number of cells in a row.

Horizontal Padding - Add padding to the left and right of the layout.

Vertical Padding - Add padding to the top and bottom of the layout.

Cell Margins - Add padding to each cell.

Direction - Determine shapes flow through the grid:

  • Flow Columns - Shapes will be laid out from left to right (then top to bottom).
  • Flow Rows - Shapes will be laid out from top to bottom (then left to right).

Reverse Layout Order - Reverse the order Layout Items are ordered in.

Shuffle - Randomise the order the Shapes are laid out in.

Seed - Set a seed value for the Shuffle.

Scale to Fit - Scale each Shape to fit its cell.

Scale Multiplier - Increase/ decrease the scale of each Shape when using Scale to Fit.

Keep Aspect Ratio - Maintain the aspect ratio for Shapes when using Scale to Fit.