onCeiling() → {boolean}
Returns true if the top 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 1221)
onCeiling() → {boolean}
Returns true if the top 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.