Method b3Body_Disable
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Body_Disable(b3BodyId)
Disable a body by removing it completely from the simulation. This is expensive.
public static extern void b3Body_Disable(b3BodyId bodyId)Parameters
bodyIdb3BodyId-
See the Box3D documentation.