Beispiel #1
0
 public void updateContent()
 {
     if (tapBase.getActiveIndex() == 1)  //更新装碎片
     {
         updateScrapContent();
     }
     else if (tapBase.getActiveIndex() == 0)            //更新神器
     {
         updateMagicWeaponContent();
     }
 }
Beispiel #2
0
 public override void OnNetResume()
 {
     base.OnNetResume();
     if (tapBase.getActiveIndex() == 1)
     {
         updateScrapContent();
     }
     else
     {
         updateCardContent();
     }
 }
Beispiel #3
0
 public void updateContent()
 {
     if (tapBase.getActiveIndex() == 1)
     {
         updateEquipContent();
     }
     else if (tapBase.getActiveIndex() == 2)
     {
         if (!isAwakeformHide)
         {
             updateScrapContent();
         }
     }
     else
     {
         updatePropContent();
     }
 }