-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference EnumeratorNode
S2NX7 edited this page Sep 30, 2025
·
2 revisions
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
IEnumeratorto be used for coroutine-based operations.