Method b3Body_GetContactCapacity
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Body_GetContactCapacity(b3BodyId)
Get the maximum capacity required for retrieving all the touching contacts on a body
public static extern int b3Body_GetContactCapacity(b3BodyId bodyId)Parameters
bodyIdb3BodyId-
See the Box3D documentation.
Returns
- int
-
See the Box3D documentation.