InputManager


Declaration

public sealed class InputManager

Description

Manages and reads input from the player.

Properties

enabledTurns on/off input handling.

Methods

GetAxisGets the input value for the specified input axis.
GetButtonChecks if the specified input button is performed.
GetButtonPressedChecks if the specified input button was pressed this frame.
GetButtonReleasedChecks if the specified input button was released this frame.
GetButtonHeldChecks if the specified input button was held down this frame.