Interface IAction
Declares a class as an action that can be executed within the system
Namespace: Unity.EditorXR
Assembly: solution.dll
Syntax
public interface IAction
Properties
Name | Description |
---|---|
icon | The icon representing this Action that can be displayed in menus |
Methods
Name | Description |
---|---|
ExecuteAction() | Execute this action |