Sub ApplyActorDamping( actor, timeStep)

Reduces the velocity of an actor over time, simulating the effect of friction or air resistance.

This function applies the linear and angular damping values set with the SetActorDamping() function.


Related: setActorDamping getActorLinearDamping getActorAngularDamping