Round(dragStart.y / zoom);. dragEnd = mouse - new Vector2(imgRect.x, imgRect.y);. dragEnd.x = Mathf.Clamp(dragEnd.x, 0, imgRect.width);.
確定! 回上一頁