ReorderableListGUITitle Method (Rect, GUIContent) |
Draw title control for list field with absolute positioning.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic 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