Reorderable List Control for Unity
ReorderableListGUIDefaultItemDrawerT Method |
Default list item drawer implementation.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public static T DefaultItemDrawer<T>( Rect position, T item )
public static function DefaultItemDrawer.<T>( position : Rect, item : T ) : T
Parameters
- position
- Type: Rect
Position to draw list item control(s). - item
- Type: T
Value of list item.
Type Parameters
- T
- Type of list item.
Return Value
Type: TUnmodified value of list item.
Remarks
Always presents the label "Item drawer not implemented.".
See Also