UI 수정
This commit is contained in:
@@ -64,6 +64,16 @@ public class UI_Calendar : UIBase
|
||||
{
|
||||
SetActive(false);
|
||||
}
|
||||
void Update()
|
||||
{
|
||||
if (Input.GetMouseButtonDown(0))
|
||||
{
|
||||
if (RectTransformUtility.RectangleContainsScreenPoint(rectTransform, Input.mousePosition))
|
||||
return;
|
||||
|
||||
Close();
|
||||
}
|
||||
}
|
||||
|
||||
void SetCalendar()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user