Version: 2023.2
언어: 한국어

EditorGUI.LargeSplitButtonWithDropdownList

매뉴얼로 전환
public static bool LargeSplitButtonWithDropdownList (GUIContent content, string[] buttonNames, GenericMenu.MenuFunction2 callback);

파라미터

content Text, image and tooltip the button displays.
buttonNames The list of options in the dropdown menu.
callback The callback to fire when a dropdown menu item is selected.

반환

bool true when the user clicks the button.

설명

Creates a large button that contains a regular button section and an arrow to open a dropdown menu.

When the user selects the button section the method returns true. When the user selects the dropdown arrow a dropdown menu appears. When the user selects an item in the dropdown menu, callback is fired with the selected menu item as input.


Did you find this page useful? Please give it a rating: