SystemGroup.GetEnumerator().md
May 21, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.Systems.SystemGroup
SystemGroup.GetEnumerator() Method
Returns an enumerator that iterates through the ChildSystems.
public Friflo.Engine.ECS.ReadOnlyListEnumerator<Friflo.Engine.ECS.Systems.BaseSystem> GetEnumerator();
Implements GetEnumerator()