Exemple #1
0
 protected List <Component> GetChildBtns()
 {
     childBtn = childBtn ?? DisplayUtil.getComponentByType(this.gameObject, typeof(CButton));
     return(childBtn);
 }