Version: 2022.2
언어: 한국어

EditorToolbarDropdownToggle

class in UnityEditor.Toolbars

매뉴얼로 전환

설명

A control that is both a toggle and a dropdown used with EditorToolbarElementAttribute.

변수

dropdownClickable Clickable object for this dropdown.
iconThe text associated with the element.
textThe icon associated with the element.

생성자

EditorToolbarDropdownToggleConstructor.

Public 함수

SetValueWithoutNotifyAllow to set a value without being notified of the change, if any.
ShowDropDownAllow to set the visibility of the drop down button.

Events

dropdownClickedAction triggered when the dropdown is clicked.