IReorderableListAdaptor.DrawItem Method

Rotorz ReorderableList

IReorderableListAdaptorDrawItem Method
Draws main interface for a list item.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
void DrawItem(
	Rect position,
	int index
)
function DrawItem(
	position : Rect,
	index : int
)

Parameters

position
Type: Rect
Position in GUI.
index
Type: SystemInt32
Zero-based index of array element.
Remarks

This method is used to handle all GUI events.

See Also