getting the dragging speed
cyberghost
Member Posts: 17
is there a way we can measure and get the dragging speed on the particular actor, after dragging it?
Best Answer
-
CaramelTigerClan Posts: 143During the actual drag, store the object's velocity at that moment. Then after the drag is complete, you can display that stored value.