Input Manager
Presented via IInputManager interface, this small but useful system provides you with information about player inputs.
To use this system, inject IInputManager interface into your class, as shown below:
Available methods
This method returns normalized movement direction (in screen space). For example, if player is pushing W button on keyboard, this method returns (0, 0, 1).
Example:
Last updated