Skip to content

EntityQuery.ExecuteCorePoolBased(EntityWorld) Method

Definition

Namespace: Brine2D.ECS.Query

Iterates the smallest required-component pool and checks remaining filters. Touches only entities that have at least one required component, not the full entity list.

private System.Collections.Generic.IEnumerable<Brine2D.ECS.Entity> ExecuteCorePoolBased(Brine2D.ECS.EntityWorld entityWorld);

Parameters

entityWorld EntityWorld

Returns

System.Collections.Generic.IEnumerable<Entity>