Version: 2022.3
言語: 日本語

EditorToolbarToggle

class in UnityEditor.Toolbars

マニュアルに切り替える

説明

A toggle used with EditorToolbarElementAttribute.

Static 変数

ussClassNameUSS Class Name used to style the EditorToolbarToggle.

変数

iconThe icon associated with the toggle.
offIconThe icon associated with the toggle when the value is false.
onIconThe icon associated with the toggle when the value is true.
textThe text associated with the toggle.

コンストラクタ

EditorToolbarToggleコンストラクター

Public 関数

SetValueWithoutNotifyAllow to set a value without being notified of the change, if any.