ReorderableListGUI.DefaultItemDrawer(T) Method

Rotorz ReorderableList

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: T
Unmodified value of list item.
Remarks

Always presents the label "Item drawer not implemented.".

See Also