GetKeyDown(KeyCode.W)) { Debug.Log("您按下了“W”"); } if (Input.GetKeyDown(KeyCode.S)) { Debug.Log("您按下了“S”"); } if (Input.
確定! 回上一頁