ReorderableListGUI.Title Method (GUIContent)

Rotorz ReorderableList

ReorderableListGUITitle Method (GUIContent)
Draw title control for list field.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public static void Title(
	GUIContent title
)
public static function Title(
	title : GUIContent
)

Parameters

title
Type: GUIContent
Content for title control.
Remarks

When needed, should be shown immediately before list field.

Examples
ReorderableListGUI.Title(titleContent);
ReorderableListGUI.ListField(list, DynamicListGU.TextFieldItemDrawer);
ReorderableListGUI.Title(titleContent);
ReorderableListGUI.ListField(list, DynamicListGU.TextFieldItemDrawer);
See Also