isPaused : boolean
If true
the Body.preUpdate
method will be skipped, halting all motion for all bodies. Note that other methods such as collide
will still work, so be careful not to call them on paused bodies.
- Source code: physics/arcade/World.js (Line 72)
Please login to continue.