Table of Contents

Method b3PrismaticJoint_SetLimits

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

b3PrismaticJoint_SetLimits(b3JointId, float, float)

Set the prismatic joint limits

public static extern void b3PrismaticJoint_SetLimits(b3JointId jointId, float lower, float upper)

Parameters

jointId b3JointId

See the Box3D documentation.

lower float

See the Box3D documentation.

upper float

See the Box3D documentation.