Click or drag to resize
ReorderableListGUITitle Method (Rect, GUIContent)
Draw title control for list field with absolute positioning.

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

Parameters

position
Type: Rect
Position of control.
title
Type: GUIContent
Content for title control.
See Also