InputManager
Class in Zigurous.CharacterController.Input
Declaration
public sealed class InputManager
Description
Manages and reads input from the player.
Properties
enabled | Turns on/off input handling. |
Methods
GetAxis | Gets the input value for the specified input axis. |
GetButton | Checks if the specified input button is performed. |
GetButtonPressed | Checks if the specified input button was pressed this frame. |
GetButtonReleased | Checks if the specified input button was released this frame. |
GetButtonHeld | Checks if the specified input button was held down this frame. |