onWall() → {boolean}
Returns true if either side of this Body is in contact with either the world bounds or a tile.
Returns
boolean -
True if in contact with either the world bounds or a tile.
- Source code: physics/arcade/Body.js (Line 1233)
onWall() → {boolean}
Returns true if either side of this Body is in contact with either the world bounds or a tile.
True if in contact with either the world bounds or a tile.
Please login to continue.