Click or drag to resize

GridParams Fields

The GridParams type exposes the following members.

Fields
  NameDescription
Public fieldalignmentOfCellsInGroup
The alignment of cells inside their parent LayoutGroup (Vertical or Horizontal, depending on ScrollView's orientation)
Public fieldcellHeightForceExpandInGroup
Wether to force the cells to expand in height inside their parent LayoutGroup
Public fieldcellPrefab
The prefab to use for each cell
Public fieldcellWidthForceExpandInGroup
Wether to force the cells to expand in width inside their parent LayoutGroup
Public fieldgroupPadding
The padding of cells as a whole inside their parent LayoutGroup
Public fieldnumCellsPerGroup
The max. number of cells in a row (for vertical ScrollView) or column (for horizontal ScrollView)
Top
See Also