Version: 2022.3
言語: 日本語

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.

コンストラクタ

EditorToolbarDropdownToggleコンストラクター

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.