ReorderableListGUI.Title Method (Rect, GUIContent)

Rotorz ReorderableList

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
)
public static function Title(
	position : Rect,
	title : GUIContent
)

Parameters

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