Table of Contents

Method b3WheelJoint_SetSteeringLimits

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

b3WheelJoint_SetSteeringLimits(b3JointId, float, float)

Set the wheel joint steering limits in radians.

public static extern void b3WheelJoint_SetSteeringLimits(b3JointId jointId, float lowerRadians, float upperRadians)

Parameters

jointId b3JointId

See the Box3D documentation.

lowerRadians float

See the Box3D documentation.

upperRadians float

See the Box3D documentation.