Interface IAction
Declares a class as an action that can be executed within the system
Namespace: UnityEditor.Experimental.EditorVR
Syntax
public interface IAction
Properties
icon
The icon representing this Action that can be displayed in menus
Declaration
Sprite icon { get; }
Property Value
Type | Description |
---|---|
Sprite |
Methods
ExecuteAction()
Execute this action
Declaration
void ExecuteAction()