Version: 2022.3
언어: 한국어

EditorToolbarDropdownConstructor

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

파라미터

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

설명

Constructor.