Version: 5.6

EditorGUI.DropdownButton

Switch to Manual
public static bool DropdownButton (Rect position, GUIContent content, FocusType focusType);
public static bool DropdownButton (Rect position, GUIContent content, FocusType focusType, GUIStyle style);

Parameters

position @param position Прямоугольник, который станет кнопкой.
content @param content Текст, изображение и всплывающая подсказка для данной кнопки.
focusType Whether the button should be selectable by keyboard or not.
style Optional style to use.

Returns

bool true when the user clicks the button.

Description

Make a button that reacts to mouse down, for displaying your own dropdown content.

This control returns true on mouse down when clicked, unlike regular buttons that return true on mouse up.

This can be used for buttons that should open a GenericMenu or your own custom EditorWindow in dropdown form.

When used with a GenericMenu, use GenericMenu.Dropdown and pass the same rect to the method as was used for the button position.

When used with a custom EditorWindow, use EditorWindow.ShowAsDropdown and pass the same rect to the method as was used for the button position.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961