예제 #1
0
 protected virtual void onYes(GameObject go)
 {
     container.SetActive(false);
     gameObject.SetActive(false);
     UISystemPopup.closeNowPopup(popupData, true);
 }
예제 #2
0
 public virtual void hide()
 {
     container.SetActive(false);
     gameObject.SetActive(false);
     UISystemPopup.closeNowPopup(popupData, false);
 }