ComponentEnumerator.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

ComponentEnumerator Struct

Enumerate the components of an entity by iterating EntityComponents.

public struct ComponentEnumerator :
System.Collections.Generic.IEnumerator<Friflo.Engine.ECS.EntityComponent>,
System.Collections.IEnumerator,
System.IDisposable

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

Properties
Current
Methods
Dispose()
MoveNext()
Reset()
Explicit Interface Implementations
System.Collections.IEnumerator.Current