Name | Description |
---|---|
fiHorizontalLayout | Does a horizontal layout similar to GUILayout.Horizontal. |
fiHorizontalLayout.SectionItem | |
fiLayout | A rule in the layout toolkit. A rule defines how some layout operation will occur. The primary rules are the horizontal and vertical rules, which function similar to Unity's GUILayout.BeginHorizontal and BeginVertical. However, rules are much more flexible; there is also a rule for centering items vertically, among other things. |
fiLayoutUtility |