Table of Contents

Class InputHelper

Namespace
LunyScript.SmokeTests.InputMoveTests
Assembly
LunyScript.Unity.SmokeTests.dll
public static class InputHelper
Inheritance
object
InputHelper

Methods

GetDownKeyPressed()

public static bool GetDownKeyPressed()

Returns

bool

GetHorizontalInput()

public static float GetHorizontalInput()

Returns

float

GetMovementInput()

public static Vector2 GetMovementInput()

Returns

Vector2

GetUpKeyPressed()

public static bool GetUpKeyPressed()

Returns

bool

GetVerticalInput()

public static float GetVerticalInput()

Returns

float