Click or drag to resize
ReorderableListControlAddItemsToMenu Method
Invoked to generate context menu for list item.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
protected virtual void AddItemsToMenu(
	GenericMenu menu,
	int itemIndex,
	IReorderableListAdaptor adaptor
)

Parameters

menu
Type: GenericMenu
Menu which can be populated.
itemIndex
Type: SystemInt32
Zero-based index of item which was right-clicked.
adaptor
Type: Rotorz.ReorderableListIReorderableListAdaptor
Reorderable list adaptor.
See Also