JointHandle
Defined in: physics/src/types.ts:105
Live joint created by PhysicsWorld.addJoint.
Properties
Section titled “Properties”attached
Section titled “attached”
readonlyattached: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.
Methods
Section titled “Methods”remove()
Section titled “remove()”remove():
void
Defined in: physics/src/types.ts:109
Detach and free the joint. Safe to call more than once.
Returns
Section titled “Returns”void