Interface IProcessInput
Decorates a class that needs to process input from the system
Namespace: Unity.EditorXR.Interfaces
Assembly: solution.dll
Syntax
public interface IProcessInput
Methods
| Name | Description |
|---|---|
| ProcessInput(ActionMapInput, ConsumeControlDelegate) | Implement this method to access input and consume controls when necessary |