Table of Contents

Method b3RevoluteJoint_SetSpringDampingRatio

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

b3RevoluteJoint_SetSpringDampingRatio(b3JointId, float)

Set the revolute joint spring damping ratio, non-dimensional

public static extern void b3RevoluteJoint_SetSpringDampingRatio(b3JointId jointId, float dampingRatio)

Parameters

jointId b3JointId

See the Box3D documentation.

dampingRatio float

See the Box3D documentation.