ChunkEntitiesEnumerator.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

ChunkEntitiesEnumerator Struct

Used to enumerate the Entity's of ChunkEntities.

public struct ChunkEntitiesEnumerator :
System.Collections.Generic.IEnumerator<Friflo.Engine.ECS.Entity>,
System.Collections.IEnumerator,
System.IDisposable

Implements System.Collections.Generic.IEnumerator<Entity>, System.Collections.IEnumerator, System.IDisposable

Properties
CurrentThe current Entity of the enumerator.
Methods
Dispose()
MoveNext()
Reset()
Explicit Interface Implementations
System.Collections.IEnumerator.Current