Method b3World_SetWorkerCount
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3World_SetWorkerCount(b3WorldId, int)
Set the worker count. Must be in the range [1, B3_MAX_WORKERS]
public static extern void b3World_SetWorkerCount(b3WorldId worldId, int count)