unity3d mouse 點選. void Update() { if (Input.GetMouseButtonDown(0)) { Vector3 wp = Camera.main.ScreenToWorldPoint(Input.mousePosition);
確定! 回上一頁