Version: 2022.2
언어: 한국어

EditorToolbarDropdownToggleConstructor

매뉴얼로 전환
public EditorToolbarDropdownToggle ();
public EditorToolbarDropdownToggle (Action dropdownClickEvent);
public EditorToolbarDropdownToggle (string text, Action dropdownClickEvent);
public EditorToolbarDropdownToggle (Texture2D icon, Action dropdownClickEvent);
public EditorToolbarDropdownToggle (string text, Texture2D icon, Action dropdownClickEvent);

파라미터

text The text associated with the element.
icon The icon associated with the element.
dropdownClickEvent Action triggered when the dropdown is clicked. Usually opens a window or a dropdown menu through the use of GenericMenu.

설명

Constructor.