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