Hello!
I am writing a simple billiards game. I want to detect if an element is moving or it just has stopped. Basically, I want to check if an element has kinematic energy. Is there any method in the engine for checking this?
I am asking because I see that collision shape is changing color in debug mode when my object stops moving.
Thank you