예제 #1
0
 void Start()
 {
     UIMng.getInstance().Goto("TestController");
 }
예제 #2
0
 public void back1()
 {
     UIMng.getInstance().Back();
 }
예제 #3
0
 public void jump2()
 {
     UIMng.getInstance().Goto(Type.GetType("TestController2"));
 }