ComponentPool.All() Method
Definition¶
Namespace: Brine2D.ECS
Returns all component entries as a materialized list. Allocates a new list on every call; for hot-path iteration prefer GetTypedSnapshot() + Brine2D.ECS.ComponentPool<>.ReturnTypedSnapshot(System.ValueTuple{System.Int64,@0}[]) directly.
public System.Collections.Generic.List<(long EntityId,T Component)> All();