checkCollision : Object
Set the checkCollision properties to control for which bounds collision is processed.
For example checkCollision.down = false means Bodies cannot collide with the World.bounds.bottom. An object containing allowed collision flags.
- Source code: physics/arcade/World.js (Line 36)
Please login to continue.