populateContextMenu
Add content to the context menu that appears when you right-click this toolbar element.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Toolbars
- Assembly: UnityEditor.CoreModule
public Action<DropdownMenu> populateContextMenu { get; set; }
Remarks
The context menu includes a menu item to hide the toolbar element by default. Use this to add custom menu items.
Action