Interface IActionsMenu
Decorates a class that wants to receive menu actions
Inherited Members
Namespace: Unity.EditorXR
Assembly: solution.dll
Syntax
public interface IActionsMenu : IMenu
Properties
| Name | Description |
|---|---|
| menuActions | Collection of actions that can be performed |
Events
| Name | Description |
|---|---|
| itemWasSelected | Delegate called when any item was selected in the alternate menu |