Skip to content

JointHandle

Defined in: physics/src/types.ts:105

Live joint created by PhysicsWorld.addJoint.

readonly attached: boolean

Defined in: physics/src/types.ts:107

True while the joint exists in the simulation. Becomes false after remove(), or when either jointed body is disabled or removed.

remove(): void

Defined in: physics/src/types.ts:109

Detach and free the joint. Safe to call more than once.

void