Version: 2022.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.

説明

コンストラクター


Did you find this page useful? Please give it a rating: