Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.75 KB

QueryChunks_T1,T2_.md

File metadata and controls

41 lines (30 loc) · 2.75 KB

QueryChunks<T1,T2> Struct

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

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

Type parameters

T1

T2

Implements System.Collections.Generic.IEnumerable<Friflo.Engine.ECS.Chunks<T1,T2>>, 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>>.GetEnumerator()
System.Collections.IEnumerable.GetEnumerator()