Method b3World_SetHitEventThreshold
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3World_SetHitEventThreshold(b3WorldId, float)
Adjust the hit event threshold. This controls the collision speed needed to generate a b3ContactHitEvent. Usually in meters per second.
public static extern void b3World_SetHitEventThreshold(b3WorldId worldId, float value)Parameters
Remarks
See b3WorldDef::hitEventThreshold @see b3WorldDef::hitEventThreshold