Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 3.64 KB

ChunkEnumerator_T1,T2,T3,T4,T5_.md

File metadata and controls

53 lines (37 loc) · 3.64 KB

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

public struct ChunkEnumerator<T1,T2,T3,T4,T5> :
System.Collections.Generic.IEnumerator<Friflo.Engine.ECS.Chunks<T1, T2, T3, T4, T5>>,
System.Collections.IEnumerator,
System.IDisposable
    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.IEnumerator<Friflo.Engine.ECS.Chunks<T1,T2,T3,T4,T5>>, System.Collections.IEnumerator, System.IDisposable

Properties
Current return Current by reference to avoid struct copy and enable mutation in library
Methods
Dispose()
MoveNext()
Reset()
Explicit Interface Implementations
System.Collections.IEnumerator.Current