Skip to content

Interface: GearJointOpt

Gear 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


ratio?

optional ratio: number

The gear ratio. See GearJoint for explanation.


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