public class MovementInput extends Object
| Modifier and Type | Field and Description | 
|---|---|
boolean | 
jump  | 
float | 
moveForward
The speed at which the player is moving forward. 
 | 
float | 
moveStrafe
The speed at which the player is strafing. 
 | 
boolean | 
sneak  | 
| Constructor and Description | 
|---|
MovementInput()  | 
public float moveStrafe
public float moveForward
public boolean jump
public boolean sneak
public MovementInput()
public void updatePlayerMoveState()