EntitiesEnumerator.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

EntitiesEnumerator Struct

Used to enumerate the Entities of an ArchetypeQuery.

public struct EntitiesEnumerator :
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
Current
Methods
Dispose()
MoveNext()
Reset()
Explicit Interface Implementations
System.Collections.IEnumerator.Current