中文
Appearance
Camera.ScreenPointToViewport(point)
Camera
转换当前摄像机的屏幕坐标到视口坐标。
Vector3
let camera = this.gameObject.GetComponent<Camera>(Camera); camera.ScreenToViewportPoint(new Vector3(1,1,1));