Table of Contents

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)

Parameters

worldId b3WorldId

See the Box3D documentation.

count int

See the Box3D documentation.