Enum GridLayoutGroup.Constraint
Constraint type on either the number of columns or rows.
Namespace: UnityEngine.UI
Assembly: UnityEngine.UI.dll
Syntax
public enum GridLayoutGroup.Constraint
Fields
Name | Description |
---|---|
FixedColumnCount | Constrain the number of columns to a specified number. |
FixedRowCount | Constraint the number of rows to a specified number. |
Flexible | Don't constrain the number of rows or columns. |