Interface IInputConsumer
Namespace: UnityEngine.InputNew
Syntax
public interface IInputConsumer
Methods
BeginFrame()
Declaration
void BeginFrame()
EndFrame()
Declaration
void EndFrame()
ProcessEvent(InputEvent)
Declaration
bool ProcessEvent(InputEvent inputEvent)
Parameters
| Type | Name | Description |
|---|---|---|
| InputEvent | inputEvent |
Returns
| Type | Description |
|---|---|
| Boolean |