deltaY() → {number}
Returns the delta y value. The difference between Body.y now and in the previous step.
Returns
number -
The delta value. Positive if the motion was downwards, negative if upwards.
- Source code: physics/ninja/Body.js (Line 411)
Please login to continue.