Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public Action<DropdownMenu> populateContextMenu { get; set; }

Remarks

The context menu includes a menu item to hide the toolbar element by default. Use this
Action
to add custom menu items.