You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using easeTo, the velocity of the body is not updated but it stays 0.
This behavior differs from moveTo. I would expect them to behave in a similar way. Moreover, the actor is clearly moving so it should have a velocity, right?
When using
easeTo
, the velocity of the body is not updated but it stays 0.This behavior differs from
moveTo
. I would expect them to behave in a similar way. Moreover, the actor is clearly moving so it should have a velocity, right?Steps to Reproduce
See https://codepen.io/apaatsio/pen/bGpvvwr
Basically just call
this.actions.easeTo()
on any actor and observethis.body.vel
.Expected Result
this.body.vel
reflects the speed of the body.Actual Result
this.body.vel
is always (0, 0).Environment
The text was updated successfully, but these errors were encountered: