Contains the component chunks returned by a component query. See Example.
public readonly struct QueryChunks<T1,T2,T3> :
System.Collections.Generic.IEnumerable<Friflo.Engine.ECS.Chunks<T1, T2, T3>>,
System.Collections.IEnumerable
where T1 : struct, System.ValueType, System.ValueType
where T2 : struct, System.ValueType, System.ValueType
where T3 : struct, System.ValueType, System.ValueType
T1
T2
T3
Implements System.Collections.Generic.IEnumerable<Friflo.Engine.ECS.Chunks<T1,T2,T3>>, System.Collections.IEnumerable
Properties | |
---|---|
Count | |
EntityCount | Obsolete. Renamed to Count. |
Methods | |
---|---|
GetEnumerator() | |
ToString() |
Explicit Interface Implementations | |
---|---|
System.Collections.Generic.IEnumerable<Friflo.Engine.ECS.Chunks<T1,T2,T3>>.GetEnumerator() | |
System.Collections.IEnumerable.GetEnumerator() |