Table of Contents

Property MaxWorkerCount

Namespace
Box3D
Assembly
Box3D.NET.dll

MaxWorkerCount

Gets the largest value Box3D.WorldSettings.WorkerCount may take.

public static int MaxWorkerCount { get; }

Property Value

int

Remarks

Asking for more is clamped rather than rejected. Box3D performs best on performance cores sharing one cache; efficiency cores and hyper-threading add little and can cost, so the useful figure is usually well below this.