ECSOptions.EnableMultiThreading Property
Definition
Namespace: Brine2D.ECS
When true, cached query iteration runs in parallel across worker threads for queries that exceed ParallelEntityThreshold.
Property Value
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.