Provide the state of an entity within ForEachEntity(ForEachEntity<T1>).
public delegate void ForEachEntity<T1>(ref T1 component1, Friflo.Engine.ECS.Entity entity)
where T1 : struct, System.ValueType, System.ValueType;
T1
component1
T1
entity
Entity