Method b3DestroyBody
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3DestroyBody(b3BodyId)
Destroy a rigid body given an id. This destroys all shapes and joints attached to the body. Do not keep references to the associated shapes and joints.
public static extern void b3DestroyBody(b3BodyId bodyId)Parameters
bodyIdb3BodyId-
See the Box3D documentation.