remove_all_children


Description:

[ Version ( since = "1.10" ) ]
public void remove_all_children ()

Removes all children of this.

This function releases the reference added by inserting a child actor in the list of children of this.

If the reference count of a child drops to zero, the child will be destroyed. If you want to ensure the destruction of all the children of this, use destroy_all_children .

Parameters:

this

a Actor