Beispiel #1
0
 public void JumpBG(string path)
 {
     if (nowBG != null)
     {
         nowBG.DestroySelf();
     }
     nowBG = InstantiateObject <UIBG_Base>(path);
 }
Beispiel #2
0
 private void Init()
 {
     nowBG = InstantiateObject <UIBG_Base>(UIName.prefab_loginBG);
 }