Appearance
Interface: FrictionJointOpt
Friction joint definition.
Extends
Extended by
Properties
collideConnected?
optionalcollideConnected:boolean
Set this flag to true if the attached bodies should collide.
Inherited from
maxForce?
optionalmaxForce:number
The maximum friction force in N.
maxTorque?
optionalmaxTorque:number
The maximum friction torque in N-m.
style?
optionalstyle:Style
Styling for dev-tools.
Inherited from
userData?
optionaluserData:any
Use this to attach application specific data to your joints.