Contents

angularDamping

A factor that reduces the body’s angular velocity.

Declaration

var angularDamping: CGFloat { get set }

Discussion

This property simulates the effect of rotational friction on a body. A damping factor of 0.0 specifies no loss in angular velocity, and a damping factor of 1.0 prevents the body from rotating. The default damping factor is 0.1.

See Also

Defining a Body’s Physical Properties