Enum InputActionChange
Indicates what type of change related to an InputAction occurred.
Namespace: UnityEngine.Experimental.Input
Syntax
public enum InputActionChange
Fields
Name | Description |
---|---|
ActionDisabled | An individual action was disabled. |
ActionEnabled | An individual action was enabled. |
ActionMapDisabled | An InputActionMap was disabled. |
ActionMapEnabled | An InputActionMap was enabled. |
ActionTriggered | An InputAction was Started, Performed or Cancelled. |
BoundControlsHaveChangedWhileEnabled | An action had its set of bound controls change while the action was enabled. |