Table of Contents

Method b3WheelJoint_EnableSteeringLimit

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

b3WheelJoint_EnableSteeringLimit(b3JointId, NativeBool)

Enable/disable the wheel joint steering limit.

public static extern void b3WheelJoint_EnableSteeringLimit(b3JointId jointId, NativeBool flag)

Parameters

jointId b3JointId

See the Box3D documentation.

flag NativeBool

See the Box3D documentation.