Reorderable List Control for Unity
- Namespaces
- Rotorz.ReorderableList
- ReorderableListGUI
- ListFieldAbsolute<(Of <<'(T>)>>)(Rect, List<(Of <<'(T>)>>), ReorderableListControl..::..ItemDrawer<(Of <<'(T>)>>))
ListFieldAbsolute<(Of <(<'T>)>)> Method (position, list, drawItem)
Draw list field control.
public static void ListFieldAbsolute<T>( Rect position, List<T> list, ReorderableListControl..::..ItemDrawer<T> drawItem )
Generic Template Parameters
- T
- Type of list item.
Parameters
- position (Rect)
- Position of control.
- list (List<(Of <(<'T>)>)>)
- The list which can be reordered.
- drawItem (ReorderableListControl..::..ItemDrawer<(Of <(<'T>)>)>)
- Callback to draw list item.