Title Method (caption)

Draw title control for list field.
public static void Title(
	GUIContent caption
)

Parameters

caption (GUIContent)
Caption for list control.

Remarks

When needed, should be shown immediately before list field.

Examples

C# UnityScript
CopyC#
ReorderableListGUI.Title(titleContent);
ReorderableListGUI.ListField(list, DynamicListGU.TextFieldItemDrawer);
CopyUnityScript
ReorderableListGUI.Title(titleContent);
ReorderableListGUI.ListField(list, DynamicListGU.TextFieldItemDrawer);