Method b3WheelJoint_EnableSuspension
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3WheelJoint_EnableSuspension(b3JointId, NativeBool)
Enable/disable the wheel joint spring.
public static extern void b3WheelJoint_EnableSuspension(b3JointId jointId, NativeBool flag)Parameters
jointIdb3JointId-
See the Box3D documentation.
flagNativeBool-
See the Box3D documentation.