Removes all members of this Group and optionally removes them from the Scene and / or destroys them.
Does not call Phaser.GameObjects.Group#removeCallback.
name | type | arguments | Default | description |
---|---|---|---|---|
removeFromScene | boolean | <optional> | false |
Optionally remove each Group member from the Scene. |
destroyChild | boolean | <optional> | false |
Optionally call destroy on the removed Group members. |
This group.