[readonly] radius : number
The radius of the circular collision shape this Body is using if Body.setCircle has been enabled.
If you wish to change the radius then call setCircle again with the new value.
If you wish to stop the Body using a circle then call setCircle with a radius of zero (or undefined).
- Source code: physics/arcade/Body.js (Line 55)
 
Please login to continue.