Inheritance
ContextualMenuManager
Assembly: UnityEngine.dll
public abstract class ContextualMenuManager
Methods
|
Improve this Doc
View Source
DisplayMenu(EventBase, IEventHandler)
Declaration
public void DisplayMenu(EventBase triggerEvent, IEventHandler target)
Parameters
|
Improve this Doc
View Source
DisplayMenuIfEventMatches(EventBase, IEventHandler)
Declaration
public abstract void DisplayMenuIfEventMatches(EventBase evt, IEventHandler eventHandler)
Parameters
|
Improve this Doc
View Source
Declaration
protected abstract void DoDisplayMenu(DropdownMenu menu, EventBase triggerEvent)
Parameters
Extension Methods