[ Version ( since = "1.10" ) ]
public void remove_child (Actor child)
Removes child
from the children of this.
This function will release the reference added by add_child, so if you want to
keep using child
you will have to acquire a referenced on it before calling this function.
This function will emit the actor_removed signal on this.
this |
a Actor |
child |
a Actor |