Method b3DestroyJoint
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3DestroyJoint(b3JointId, NativeBool)
Destroy a joint
public static extern void b3DestroyJoint(b3JointId jointId, NativeBool wakeAttached)Parameters
jointIdb3JointId-
See the Box3D documentation.
wakeAttachedNativeBool-
See the Box3D documentation.