Beispiel #1
0
 public void Erase <T>(UIBar <T> bar)
 {
 }
Beispiel #2
0
 public void Add <T>(UIBar <T> bar)
 {
     bar.transform.SetParent(m_barsParent);
     bar.controller = this;
 }