Table of Contents

Method b3DistanceJoint_EnableLimit

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

b3DistanceJoint_EnableLimit(b3JointId, NativeBool)

Enable joint limit. The limit only works if the joint spring is enabled. Otherwise the joint is rigid and the limit has no effect.

public static extern void b3DistanceJoint_EnableLimit(b3JointId jointId, NativeBool enableLimit)

Parameters

jointId b3JointId

See the Box3D documentation.

enableLimit NativeBool

See the Box3D documentation.