GenericMenu.DropDown
DropDown(position: Rect): void;
void DropDown(Rect position);
def DropDown(position as Rect) as void
Description

Show the menu at the given screen rect.

See Also: GenericMenu.ShowAsContext.