private void CmdDriveVehicle(float hAxis, float vAxis) { currentVehicle.CmdMove(new Vector2(hAxis, vAxis)); }