Reorderable List Control for Unity
- Namespaces
- Rotorz.ReorderableList
- ReorderableListControl
- Draw(Rect, IReorderableListAdaptor, ReorderableListControl..::..DrawEmptyAbsolute)
Draw Method (position, adaptor, drawEmpty)
Draw list control with absolute positioning.
public void Draw( Rect position, IReorderableListAdaptor adaptor, ReorderableListControl..::..DrawEmptyAbsolute drawEmpty )
Parameters
- position (Rect)
- Position of list control in GUI.
- adaptor (IReorderableListAdaptor)
- Reorderable list adaptor.
- drawEmpty (ReorderableListControl..::..DrawEmptyAbsolute)
- Delegate for drawing empty list.