Class InputHelper
- Namespace
- LunyScript.SmokeTests
- Assembly
- LunyScript.Unity.SmokeTests.dll
public static class InputHelper
- Inheritance
-
objectInputHelper
Methods
GetDownKeyPressed()
public static bool GetDownKeyPressed()
Returns
- bool
GetHorizontalInput()
public static float GetHorizontalInput()
Returns
- float
GetMovementInput()
public static Vector2 GetMovementInput()
Returns
GetUpKeyPressed()
public static bool GetUpKeyPressed()
Returns
- bool
GetVerticalInput()
public static float GetVerticalInput()
Returns
- float