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