skipQuadTree : boolean
If true the QuadTree will not be used for any collision. QuadTrees are great if objects are well spread out in your game, otherwise they are a performance hit. If you enable this you can disable on a per body basis via Body.skipQuadTree
.
- Source code: physics/arcade/World.js (Line 67)
Please login to continue.