Table of Contents

Field workerCount

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

workerCount

The number of workers to use, clamped to one through Box3D.Native.Constants.B3_MAX_WORKERS.

public uint workerCount

Field Value

uint

Remarks

A value above one enables multithreading. If Box3D.Native.b3WorldDef.enqueueTask and Box3D.Native.b3WorldDef.finishTask are supplied Box3D drives the application's task system; otherwise it starts its own threads.