Interface IActionsMenu
Decorates a class that wants to receive menu actions
Inherited Members
Namespace: UnityEditor.Experimental.EditorVR
Syntax
public interface IActionsMenu : IMenu
Properties
menuActions
Collection of actions that can be performed
Declaration
List<ActionMenuData> menuActions { set; }
Property Value
Type | Description |
---|---|
List<ActionMenuData> |
Events
itemWasSelected
Delegate called when any item was selected in the alternate menu
Declaration
event Action<Transform> itemWasSelected
Event Type
Type | Description |
---|---|
Action<Transform> |