MainToolbarButton(MainToolbarContent, Action)
Specify the content and function of a main toolbar button.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.Toolbars
- Assembly: UnityEditor
public MainToolbarButton(MainToolbarContent content, Action action)
Parameters
The visual content for this button.
The action to perform when the user selects the button.