Exemple #1
0
 public void GO_DestroyAllChildrenImmediate()
 {
     TargetGameObject.DestroyChildren();
 }
Exemple #2
0
 public void GO_DestroyAllChildren()
 {
     TargetGameObject.DestroyChildren(false);
 }