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