Version: 2022.3
언어: 한국어

EditorToolbarToggle

class in UnityEditor.Toolbars

매뉴얼로 전환

설명

A toggle used with EditorToolbarElementAttribute.

정적 변수

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.

생성자

EditorToolbarToggleConstructor.

Public 함수

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