Table of Contents

Method b3MotorJoint_SetLinearDampingRatio

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

b3MotorJoint_SetLinearDampingRatio(b3JointId, float)

Set the spring linear damping ratio. Use 1.0 for critical damping.

public static extern void b3MotorJoint_SetLinearDampingRatio(b3JointId jointId, float damping)

Parameters

jointId b3JointId

See the Box3D documentation.

damping float

See the Box3D documentation.