Table of Contents

Method b3WheelJoint_SetSuspensionLimits

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

b3WheelJoint_SetSuspensionLimits(b3JointId, float, float)

Set the wheel joint limits.

public static extern void b3WheelJoint_SetSuspensionLimits(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.