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