Table of Contents

Method b3Joint_SetForceThreshold

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3Joint_SetForceThreshold(b3JointId, float)

Set the force threshold for joint events (Newtons)

public static extern void b3Joint_SetForceThreshold(b3JointId jointId, float threshold)

Parameters

jointId b3JointId

See the Box3D documentation.

threshold float

See the Box3D documentation.