pub unsafe extern "C" fn PxConstraintConnector_onConstraintRelease_mut(
    self_: *mut PxConstraintConnector
)
Expand description

Constraint release callback

When the SDK deletes a PxConstraint object this function is called by the SDK. In general custom constraints should not be deleted directly by applications: rather, the constraint should respond to a release() request by calling PxConstraint::release(), then wait for this call to release its own resources.

This function is also called when a PxConstraint object is deleted on cleanup due to destruction of the PxPhysics object.