IElementAdderMenu.DropDown Method

Rotorz ReorderableList

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)
Syntax
void DropDown(
	Rect position
)
function DropDown(
	position : Rect
)

Parameters

position
Type: Rect
Position of menu button in the GUI.
Remarks

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

See Also