将鼠标位置转换成世界坐标

  //获取鼠标的位置
        //将鼠标的位置转换成世界坐标
        this.transform.position = UICamera.currentCamera.ScreenToWorldPoint(Input.mousePosition);

你可能感兴趣的:(将鼠标位置转换成世界坐标)