작업 조건 분석 UI 상세 정보 패널 기능 수정

This commit is contained in:
정영민
2025-04-08 18:23:36 +09:00
parent 53e14fac0e
commit a3777e907a
10 changed files with 34629 additions and 84 deletions

View File

@@ -49,11 +49,9 @@ public class UI_GraphChart : UIBase, IPointerClickHandler
{
if (RectTransformUtility.RectangleContainsScreenPoint(chartDetailData.rectTransform, Input.mousePosition))
{
Debug.Log("¹þ¾î³²");
return;
}
chartDetailData.SetActive(false);
}
}