pub unsafe extern "C" fn PxRigidDynamic_setContactReportThreshold_mut(
    self_: *mut PxRigidDynamic,
    threshold: f32
)
Expand description

Sets the force threshold for contact reports.

See getContactReportThreshold.