ReorderableListGUIDefaultItemDrawerT Method |
Default list item drawer implementation.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic 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:
T
Unmodified value of list item.
RemarksAlways presents the label "Item drawer not implemented.".
See Also