[Unity] Input.mousetion 屏幕座標轉世界座標。

代碼如下:                 Vector3 screenPos = Input.mousePosition;                 screenPos.z = 5.0f;                 Vector3 p1 = Camera.main.ScreenToWorldPoint(screenPos);                 Vector3 p0 =
相關文章
相關標籤/搜索