SerializedPropertyAdaptorDrawItem Method |
Draws main interface for a list item.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic 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)
RemarksThis method is used to handle all GUI events.
See Also