Exemple #1
0
 public void CloseLoadingUI()
 {
     if (loadingSence != null)
     {
         loadingSence.CloseUI();
     }
 }
Exemple #2
0
 /// <summary>
 /// Sences the change.
 /// 大场景跳转;
 /// </summary>
 public void SenceChangeed()
 {
     if (curSenceType == UISenceType.loadingUISence) //加载场景不用删LoaidngSence;
     {
         CloseAllBorderUI();
         if (curSence != null)
         {
             curSence.CloseUI();
         }
     }
 }