Example #1
0
 public virtual void Clear()
 {
     for (int i = 1; i < ContentParent.childCount; i++)
     {
         Destroy(ContentParent.GetChild(i).gameObject);
     }
 }
Example #2
0
 public virtual GameObject Template()
 {
     return(ContentParent.GetChild(0).gameObject);
 }