GenericListAdaptor(T).DrawItem Method

Rotorz ReorderableList

GenericListAdaptorTDrawItem 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
public virtual void DrawItem(
	Rect position,
	int index
)
public virtual function DrawItem(
	position : Rect,
	index : int
)

Parameters

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

Implements

IReorderableListAdaptorDrawItem(Rect, Int32)
Remarks

This method is used to handle all GUI events.

See Also