Exemple #1
0
 public void Init(Transform root)
 {
     if (root.childCount > 0)
     {
         templet = root.GetChild(0);
     }
     else
     {
         throw new Exception("Can't init table from a empty root!");
     }
     templet.ActiveSelfObject(false);
 }