Table of Contents

Method b3RevoluteJoint_SetLimits

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

b3RevoluteJoint_SetLimits(b3JointId, float, float)

Set the revolute joint limits in radians

public static extern void b3RevoluteJoint_SetLimits(b3JointId jointId, float lowerLimitRadians, float upperLimitRadians)

Parameters

jointId b3JointId

See the Box3D documentation.

lowerLimitRadians float

See the Box3D documentation.

upperLimitRadians float

See the Box3D documentation.