Reorderable List Control for Unity
IElementAdderMenuDropDown Method |
Displays the drop-down menu inside an editor GUI.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)

void DropDown( Rect position )
function DropDown( position : Rect )
Parameters
- position
- Type: Rect
Position of menu button in the GUI.

This method should only be used during OnGUI and OnSceneGUI events; for instance, inside an editor window, a custom inspector or scene view.
