GetKeyDown(KeyCode.Space)) { // Spacebar was pressed } if (Input.GetMouseButtonDown(0)) { // Left mouse was pressed } }.
確定! 回上一頁