ComponentTypesEnumerator.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

ComponentTypesEnumerator Struct

Return the IComponent types of ComponentTypes.

public struct ComponentTypesEnumerator :
System.Collections.Generic.IEnumerator<Friflo.Engine.ECS.ComponentType>,
System.Collections.IEnumerator,
System.IDisposable

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

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