Table of Contents

Method b3PrismaticJoint_EnableLimit

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

b3PrismaticJoint_EnableLimit(b3JointId, NativeBool)

Enable/disable a prismatic joint limit

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

Parameters

jointId b3JointId

See the Box3D documentation.

enableLimit NativeBool

See the Box3D documentation.