Reorderable List Control for Unity
ReorderableListGUIListFieldAbsoluteT Method (Rect, IListT, ReorderableListControlItemDrawerT) |
Draw list field 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 static void ListFieldAbsolute<T>( Rect position, IList<T> list, ReorderableListControlItemDrawer<T> drawItem )
public static function ListFieldAbsolute.<T>( position : Rect, list : IList<T>, drawItem : ReorderableListControlItemDrawer<T> )
Parameters
- position
- Type: Rect
Position of control. - list
- Type: System.Collections.GenericIListT
The list which can be reordered. - drawItem
- Type: Rotorz.ReorderableListReorderableListControlItemDrawerT
Callback to draw list item.
Type Parameters
- T
- Type of list item.
See Also