將輸入的keycode 塞進queue 中 KeyCode keyCode = KeyCode.Escape; if (Input.GetKeyDown(KeyCode.X)) { keyCode = KeyCode.X; }
確定! 回上一頁