DropDown(Rect)
Show the menu at the given screen rect.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public void DropDown(Rect position)
Parameters
The position at which to show the menu.
Remarks
Additional Resources: GenericMenu.ShowAsContext.