Skip to content

ECSOptions.EnableMultiThreading Property

Definition

Namespace: Brine2D.ECS

When true, cached query iteration runs in parallel across worker threads for queries that exceed ParallelEntityThreshold.

C#
public bool EnableMultiThreading { get; set; }

Property Value

System.Boolean

Remarks

This controls \<b>query-iteration parallelism only\</b> — system and behavior dispatch always executes sequentially on the calling thread. Individual systems can additionally opt out of parallel query iteration by applying SequentialAttribute.