populate(group)
Populates this quadtree with the children of the given Group. In order to be added the child must exist and have a body property.
Parameters
Name | Type | Description |
---|---|---|
group | Phaser.Group | The Group to add to the quadtree. |
- Source code: math/QuadTree.js (Line 103)
Please login to continue.