ChunkEnumerator_T1_.md
November 22, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS
ChunkEnumerator Struct
public struct ChunkEnumerator<T1> :
System.Collections.Generic.IEnumerator<Friflo.Engine.ECS.Chunks<T1>>,
System.Collections.IEnumerator,
System.IDisposable
where T1 : struct, System.ValueType, System.ValueType
Type parameters
T1
Implements System.Collections.Generic.IEnumerator<Friflo.Engine.ECS.Chunks<T1>>, 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 |