IReorderableListDropTarget.ProcessDropInsertion Method

Rotorz ReorderableList

IReorderableListDropTargetProcessDropInsertion Method
Processes the current drop insertion operation when CanDropInsert(Int32) returns a value of true to process, accept or cancel.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
void ProcessDropInsertion(
	int insertionIndex
)
function ProcessDropInsertion(
	insertionIndex : int
)

Parameters

insertionIndex
Type: SystemInt32
Zero-based index of insertion.
Remarks

This method is always called whilst drawing an editor GUI.

This method is only called when CanDropInsert(Int32) returns a value of true.

See Also