onDestroyJoint abstract method

void onDestroyJoint(
  1. Joint joint
)

Called when any joint is about to be destroyed due to the destruction of one of its attached bodies.

Implementation

void onDestroyJoint(Joint joint);