IElementAdderMenuDropDown Method |
Displays the drop-down menu inside an editor GUI.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxvoid DropDown(
Rect position
)
function DropDown(
position : Rect
)
Parameters
- position
- Type: Rect
Position of menu button in the GUI.
RemarksThis method should only be used during OnGUI and OnSceneGUI
events; for instance, inside an editor window, a custom inspector or scene view.
See Also