MainToolbarDropdown(MainToolbarContent, Action<Rect>)
Specify the content and function of a main toolbar dropdown.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.Toolbars
- Assembly: UnityEditor
public MainToolbarDropdown(MainToolbarContent content, Action<Rect> openDropdown)
Parameters
The visual content for this button.
The callback that Unity invokes when the user selects the dropdown. Unity provides the where the dropdown appears as a parameter.
rect