GetKeyDown(KeyCode.UpArrow) && !isJumping) { isJumping = true; Debug.Log("进入跳跃状态!"); } else if (Input.GetKeyDown(KeyCode.DownArrow) ...
確定! 回上一頁