예제 #1
0
 public void OnWindowDragEnded(BaseEventData dat)
 {
     // If log window is not dropped onto the popup, hide the popup
     if (isLogWindowVisible)
     {
         popupManager.OnSetInvisible(false);
     }
 }