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.

説明

コンストラクター


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