public void GO_DestroyAllChildrenImmediate() { TargetGameObject.DestroyChildren(); }
public void GO_DestroyAllChildren() { TargetGameObject.DestroyChildren(false); }