Skip to content

EntityWorld.GetEffectiveOptions() Method

Definition

Namespace: Brine2D.ECS

Returns the ECSOptions instance that should govern parallel execution for the currently dispatching system. A cached copy with EnableMultiThreading = false is returned when the current system is sequential; otherwise the shared Brine2D.ECS.EntityWorld._options instance is returned.

C#
internal Brine2D.ECS.ECSOptions GetEffectiveOptions();

Returns

ECSOptions