Skip to content

Interface: FrictionJointOpt

Friction joint definition.

Extends

Extended by

Properties

collideConnected?

optional collideConnected: boolean

Set this flag to true if the attached bodies should collide.

Inherited from

JointOpt.collideConnected


maxForce?

optional maxForce: number

The maximum friction force in N.


maxTorque?

optional maxTorque: number

The maximum friction torque in N-m.


style?

optional style: Style

Styling for dev-tools.

Inherited from

JointOpt.style


userData?

optional userData: any

Use this to attach application specific data to your joints.

Inherited from

JointOpt.userData