Table of Contents

Method b3Joint_SetTorqueThreshold

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

b3Joint_SetTorqueThreshold(b3JointId, float)

Set the torque threshold for joint events (N-m)

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

Parameters

jointId b3JointId

See the Box3D documentation.

threshold float

See the Box3D documentation.