Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

GenericMenu.DropDown

Declaration

public void DropDown(Rect position);

Parameters

position The position at which to show the menu.

Description

Show the menu at the given screen rect.

Additional resources: GenericMenu.ShowAsContext.