Reorderable List Control for Unity
- Namespaces
- Rotorz.ReorderableList
- ReorderableListGUI
- Title(String)
Title Method (caption)
Draw title control for list field.
public static void Title( string caption )
Parameters
- caption (String)
- Caption for list control.
Remarks
When needed, should be shown immediately before list field.
Examples
C#
UnityScript
CopyC#
ReorderableListGUI.Title("Your Title");
ReorderableListGUI.ListField(list, DynamicListGU.TextFieldItemDrawer);
CopyUnityScript
ReorderableListGUI.Title('Your Title');
ReorderableListGUI.ListField(list, DynamicListGU.TextFieldItemDrawer);