예제 #1
0
 public void AddBtn(BtnHandler handler)
 {
     handler.transform.parent = parent;
     handler.ID = currentID;
     currentID++;
     plat.AddButton(handler);
 }
예제 #2
0
 protected override void SelfExcute(PlatHandler plat)
 {
     btn.ID = btnID;
     plat.AddButton(btn);
 }