Version: 2022.2
언어: 한국어

EditorToolbarButtonConstructor

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

파라미터

clickEvent Action triggered when the button is clicked.
text The text associated with the element.
icon The icon associated with the element.

설명

Constructor.