Method b3World_GetMaxCapacity
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3World_GetMaxCapacity(b3WorldId)
Get max capacity. This can be used with b3WorldDef to avoid run-time allocations and copies
public static extern b3Capacity b3World_GetMaxCapacity(b3WorldId worldId)Parameters
worldIdb3WorldId-
See the Box3D documentation.
Returns
- b3Capacity
-
See the Box3D documentation.