Interface IActions
Declares that a class has tool actions that should be picked up by the system
Namespace: UnityEditor.Experimental.EditorVR
Syntax
public interface IActions
Properties
actions
Collection of actions that the tool, module, etc. offers
Declaration
List<IAction> actions { get; }
Property Value
Type | Description |
---|---|
List<IAction> |