Skip to content

Unit Reference EnumeratorNode

S2NX7 edited this page Sep 30, 2025 · 2 revisions

EnumeratorNode

Screenshot 2025-09-30 165123

The Enumerator node provides a coroutine-style output that can be used to delay execution or iterate over time in a flow graph.

Output Ports

  • trigger : Control flow output that signals the start of the coroutine.
  • enumerator : Provides an IEnumerator to be used for coroutine-based operations.

Clone this wiki locally