InputActionType
This enum is used by InputAction.Type to determine which input data type the InputAction will receive.
Items 3
History | Name | Value | Description | |
---|---|---|---|---|
661 | Bool | 0 | The InputAction will receive boolean values from button inputs,
for example | |
671 | Direction1D | 1 | The InputAction will receive numerical values, generally from analog gamepad triggers such as KeyCode.ButtonL2 or KeyCode.ButtonR2. | |
661 | Direction2D | 2 | The InputAction will receive Vector2 values, generally from thumbstick inputs such as KeyCode.Thumbstick1 and KeyCode.Thumbstick2. |
Removed items 1
History | Name | Value | |
---|---|---|---|
671 | Float | 1 |
Description
This enum is used by InputAction.Type to determine which input data type the InputAction will receive.
History 6
- 671 Remove Float
- 671 Add Direction1D
- 661 Add Float
- 661 Add Direction2D
- 661 Add Bool
- 661 Add InputActionType