Unit Reference EnumeratorNode - RealityStop/Bolt.Addons.Community GitHub Wiki
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.