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.
private System.Collections.Generic.IEnumerable<Brine2D.ECS.Entity> ExecuteCore();