Exemple #1
0
 void OnClosePopUpWindow(EventTogglePopWindow obj)
 {
     if (!obj.popWindowIsActive)
     {
         button.interactable = false;
         equalSignText.gameObject.SetActive(false);
     }
 }
Exemple #2
0
 void OnClosePopUpWindow(EventTogglePopWindow obj)
 {
     // if(rewardDisplay != null) {
     //     rewardDisplay.gameObject.SetActive(obj.popWindowIsActive);
     // }
     if (!obj.popWindowIsActive)
     {
         TryRemoveChildren();
     }
 }
 void ValidateShouldDressUp(EventTogglePopWindow popUp)
 {
     popUpWindowIsActive = popUp.popWindowIsActive;
 }