Collider:getAngularDamping
EditReturns the angular damping of the Collider. Angular damping is similar to drag or air resistance, reducing the Collider's angular velocity over time.
damping = Collider:getAngularDamping()
Arguments
None
Returns
Name | Type | Description |
damping | number | The angular damping. |
Notes
The default damping is .05, meaning the collider will lose approximately 5% of its angular velocity each second. A damping value of zero means the Collider will not lose velocity over time.