Contents

motorMaximumForce

The maximum linear force that the joint can apply to its connected bodies, in newtons.

Declaration

var motorMaximumForce: CGFloat { get set }

Discussion

When you change the value of the motorTargetLinearVelocity property, the joint continuously applies a force of no greater than this magnitude until the bodies are moving at the target velocity. The default value is 1.0.

See Also

Applying Forces and Torques