Removes the container.
This is a utility function that works by first removing all the children of the container, then the children itself. This effectively spreads the load of removing a large container. All prior operations associated with this container will be cancelled.
The container may not be removed immediately, and thus you may want to set the container's opacity to 0 before calling this function.
this | |
container |
A Actor |