moveAll(group, silent) → {Phaser.Group}
Moves all children from this Group to the Group given.
Parameters
Name | Type | Argument | Default | Description |
---|---|---|---|---|
group | Phaser.Group | The new Group to which the children will be moved to. | ||
silent | boolean | <optional> | false | If true the children will not dispatch the |
Returns
The Group to which all the children were moved.
- Source code: core/Group.js (Line 2479)
Please login to continue.