Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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
public void DropDown(Rect position)

Parameters

position

The position at which to show the menu.

Remarks

Additional Resources: GenericMenu.ShowAsContext.