If you were making your own custom movement(top down), and you wanted to know when the object was turning left, or right... how would you set it up?
My first thoughts were to have the current angle sent to a private variable, and then compare that variable... if its less than current, you have a right turn... etc.
Seems a little complicated, especially on the timing.... any thoughts on a better way?