enum ScrollAreaLayoutType

Determines how are elements positioned in a scroll area.

Values

NameValueDescription
Vertical 0 GUI elements will be placed below/above each other (e.g. as in GUILayoutY).
Horizontal 1 GUI elements will be placed left/right to each other (e.g. as in GUILayoutX).
Panel 2 GUI elements must be explicitly positioned (e.g. as in GUIPanel).