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
jointIdb3JointId-
See the Box3D documentation.
enableLimitNativeBool-
See the Box3D documentation.