ReorderableListGUITitle Method (String) |
Draw title control for list field.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic static void Title(
string title
)
public static function Title(
title : String
)
Parameters
- title
- Type: SystemString
Text for title control.
RemarksWhen needed, should be shown immediately before list field.
ExamplesReorderableListGUI.Title("Your Title");
ReorderableListGUI.ListField(list, DynamicListGU.TextFieldItemDrawer);
ReorderableListGUI.Title('Your Title');
ReorderableListGUI.ListField(list, DynamicListGU.TextFieldItemDrawer);
See Also