Reorderable List Control for Unity
ReorderableListControlDraw Method (Rect, IReorderableListAdaptor) |
Draw list control with absolute positioning.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public void Draw( Rect position, IReorderableListAdaptor adaptor )
public function Draw( position : Rect, adaptor : IReorderableListAdaptor )
Parameters
- position
- Type: Rect
Position of list control in GUI. - adaptor
- Type: Rotorz.ReorderableListIReorderableListAdaptor
Reorderable list adaptor.
See Also