quadTree(quadtree, color)
Visually renders a QuadTree to the display.
Parameters
Name | Type | Description |
---|---|---|
quadtree | Phaser.QuadTree | The quadtree to render. |
color | string | The color of the lines in the quadtree. |
- Source code: utils/Debug.js (Line 707)
Please login to continue.