Version: 2021.3
言語: 日本語

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.

説明

コンストラクター