작업 시간 분석 상세 정보 패널 기능 수정
This commit is contained in:
@@ -57,9 +57,6 @@ public class UI_GraphChartData : UIBase, ISingle
|
||||
{
|
||||
RectTransform parentRectTransform = rectTransform.parent.GetComponent<RectTransform>();
|
||||
|
||||
var parentSize = parentRectTransform.rect.size;
|
||||
var uiSize = rectTransform.rect.size;
|
||||
|
||||
Vector2 localPoint;
|
||||
RectTransformUtility.ScreenPointToLocalPointInRectangle(parentRectTransform, Input.mousePosition, null, out localPoint);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user