コード例 #1
0
 private void RemoveButtons()
 {
     while (contentPanel.childCount > 0)
     {
         GameObject toRemove = transform.GetChild(0).gameObject;
         fileDirectory.ReturnObject(toRemove);
     }
 }