IReorderableListDropTargetProcessDropInsertion Method |
Processes the current drop insertion operation when
CanDropInsert(Int32)
returns a value of
true to process, accept or cancel.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxvoid ProcessDropInsertion(
int insertionIndex
)
function ProcessDropInsertion(
insertionIndex : int
)
Parameters
- insertionIndex
- Type: SystemInt32
Zero-based index of insertion.
RemarksThis method is always called whilst drawing an editor GUI.
This method is only called when CanDropInsert(Int32)
returns a value of true.
See Also