EntityScriptsEnumerator.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

EntityScriptsEnumerator Struct

Used to enumerate the Script's added to an Entity.

public struct EntityScriptsEnumerator :
System.Collections.Generic.IEnumerator<Friflo.Engine.ECS.Script>,
System.Collections.IEnumerator,
System.IDisposable

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

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