EditorToolbarDropdownToggle Constructor

Declaration

public EditorToolbarDropdownToggle();

Declaration

public EditorToolbarDropdownToggle(Unity.Android.Gradle.Manifest.Action dropdownClickEvent);

Declaration

public EditorToolbarDropdownToggle(string text, Unity.Android.Gradle.Manifest.Action dropdownClickEvent);

Declaration

public EditorToolbarDropdownToggle(Texture2D icon, Unity.Android.Gradle.Manifest.Action dropdownClickEvent);

Declaration

public EditorToolbarDropdownToggle(string text, Texture2D icon, Unity.Android.Gradle.Manifest.Action dropdownClickEvent);

Parameters

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

Description

Constructor.


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