Enum InputUpdateType
Namespace: UnityEngine.InputSystem
Syntax
[Flags]
public enum InputUpdateTypeFields
| Name | Description | 
|---|---|
| BeforeRender | Input update that happens right before rendering. | 
| Default | |
| Dynamic | Update corresponding to  | 
| Editor | Input update that happens right before  | 
| Fixed | Update corresponding to  | 
| Manual | |
| None |