Interface IToolbarMenuElement
An interface for toolbar items that display drop-down menus.
Namespace: UnityEditor.UIElements
Syntax
public interface IToolbarMenuElement
Properties
menu
The drop-down menu for the element.
Declaration
DropdownMenu menu { get; }
Property Value
Type | Description |
---|---|
DropdownMenu |