ReorderableListGUI.Title Method (Rect, String)

Rotorz ReorderableList

ReorderableListGUITitle Method (Rect, String)
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,
	string text
)
public static function Title(
	position : Rect,
	text : String
)

Parameters

position
Type: Rect
Position of control.
text
Type: SystemString
Text for title control.
See Also