ShowItemContextualMenu(SearchItem, Rect)
Shows a contextual menu for the specified item.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
void ShowItemContextualMenu(SearchItem item, Rect contextualActionPosition)
Parameters
Item affected by the contextual menu.
The position that a menu should be drawn on screen (generally item position).