Collider:getAngularDamping
Returns the angular damping of the Collider. Angular damping makes things less "spinny", causing them them slow down their angular velocity over time.
damping = Collider:getAngularDamping()
Arguments
None
Returns
Name | Type | Description |
damping | number | The angular damping. |
Notes
Angular damping can also be set on the World.
See also
World:getAngularDamping
World:setAngularDamping
Collider:setAngularDamping
Collider