Table of Contents

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

worldId b3WorldId

See the Box3D documentation.

value float

See the Box3D documentation.

Remarks

See b3WorldDef::hitEventThreshold @see b3WorldDef::hitEventThreshold