pub unsafe extern "C" fn PxScene_setBounceThresholdVelocity_mut(
self_: *mut PxScene,
t: f32,
)Expand description
Set the bounce threshold velocity. Collision speeds below this threshold will not cause a bounce.
Do not use this method while the simulation is running.