Table of Contents

Method b3DistanceJoint_GetSpringForceRange

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

b3DistanceJoint_GetSpringForceRange(b3JointId, float*, float*)

Get the force range for the spring.

public static extern void b3DistanceJoint_GetSpringForceRange(b3JointId jointId, float* lowerForce, float* upperForce)

Parameters

jointId b3JointId

See the Box3D documentation.

lowerForce float*

See the Box3D documentation.

upperForce float*

See the Box3D documentation.