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