QueryChunks_T1,T2,T3,T4,T5_.md

November 22, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

QueryChunks<T1,T2,T3,T4,T5> Struct

Contains the component chunks returned by a component query. See Example.

public readonly struct QueryChunks<T1,T2,T3,T4,T5> :
System.Collections.Generic.IEnumerable<Friflo.Engine.ECS.Chunks<T1, T2, T3, T4, T5>>,
System.Collections.IEnumerable
    where T1 : struct, System.ValueType, System.ValueType
    where T2 : struct, System.ValueType, System.ValueType
    where T3 : struct, System.ValueType, System.ValueType
    where T4 : struct, System.ValueType, System.ValueType
    where T5 : struct, System.ValueType, System.ValueType

Type parameters

T1

T2

T3

T4

T5

Implements System.Collections.Generic.IEnumerable<Friflo.Engine.ECS.Chunks<T1,T2,T3,T4,T5>>, System.Collections.IEnumerable

Properties
Count
EntityCountObsolete. Renamed to Count.
Methods
GetEnumerator()
ToString()
Explicit Interface Implementations
System.Collections.Generic.IEnumerable<Friflo.Engine.ECS.Chunks<T1,T2,T3,T4,T5>>.GetEnumerator()
System.Collections.IEnumerable.GetEnumerator()