Table of Contents

Method b3DistanceJoint_SetLengthRange

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

b3DistanceJoint_SetLengthRange(b3JointId, float, float)

Set the minimum and maximum length parameters of a distance joint

public static extern void b3DistanceJoint_SetLengthRange(b3JointId jointId, float minLength, float maxLength)

Parameters

jointId b3JointId

See the Box3D documentation.

minLength float

See the Box3D documentation.

maxLength float

See the Box3D documentation.