pub unsafe extern "C" fn b3World_SetHitEventThreshold(
worldId: b3WorldId,
value: f32,
)Expand description
Adjust the hit event threshold. This controls the collision speed needed to generate a b3ContactHitEvent. Usually in meters per second. @see b3WorldDef::hitEventThreshold