ReorderableListGUITitle Method (Rect, String) |
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,
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