Skip to content

EntityQuery.ExecuteCore() Method

Definition

Namespace: Brine2D.ECS.Query

Dispatches to the pool-based path when the world is an EntityWorld and at least one .With<T>() filter is present; otherwise falls back to a full entity-list scan.

C#
private System.Collections.Generic.IEnumerable<Brine2D.ECS.Entity> ExecuteCore();

Returns

System.Collections.Generic.IEnumerable<Entity>