Method b3World_GetAwakeBodyCount
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3World_GetAwakeBodyCount(b3WorldId)
Get the number of awake bodies
public static extern int b3World_GetAwakeBodyCount(b3WorldId worldId)Parameters
worldIdb3WorldId-
See the Box3D documentation.
Returns
- int
-
See the Box3D documentation.