Class ToolsMenuMethods
Extension methods for IToolsMenu
Inherited Members
Namespace: Unity.EditorXR
Assembly: solution.dll
Syntax
public static class ToolsMenuMethods
Properties
Name | Description |
---|---|
mainMenuActivatorSelected | Callback for when the main menu activator is selected |
selectTool | Callback for when a tool is selected |
Methods
Name | Description |
---|---|
MainMenuActivatorSelected(IToolsMenu, Transform) | Called when selecting the main menu activator |
SelectTool(IToolsMenu, Transform, Type) | Selects a tool, based on type, from a Tools Menu Button |