Skip to content

ECSOptions.ParallelEntityThreshold Property

Definition

Namespace: Brine2D.ECS

Entity count below which parallel processing falls back to sequential. Lower = more aggressive parallelism \(good for CPU\-heavy logic\); higher = less thread overhead \(good for lightweight components\).

C#
public int ParallelEntityThreshold { get; set; }

Property Value

System.Int32