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()

Returns

Friflo.Engine.ECS.ReadOnlyListEnumerator<BaseSystem>

Contents

  1. 0.1Friflo.Engine.ECS.Systems.SystemGroup
  2. 1SystemGroup.GetEnumerator() Method