EntityEnumerator.md

May 29, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

EntityEnumerator Struct

public struct EntityEnumerator :
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

Contents

  1. 0.1Friflo.Engine.ECS
  2. 1EntityEnumerator Struct