ReorderableListControl.DrawDropIndicator Method

Rotorz ReorderableList

ReorderableListControlDrawDropIndicator Method
Draws drop insertion indicator.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
protected virtual void DrawDropIndicator(
	Rect position
)
protected virtual function DrawDropIndicator(
	position : Rect
)

Parameters

position
Type: Rect
Position if the drop indicator.
Remarks

This method is only ever called during repaint events.

See Also