Class FlowNode_ForEachLoopT<T>
Iterate over the output of given array.
public sealed class FlowNode_ForEachLoopT<T> : FlowNode_ForEachLoopGeneric, IDisposable
Type Parameters
T
- Inheritance
-
objectFlowNode_ForEachLoopT<T>
- Implements
-
IDisposable
- Inherited Members
Fields
array
public CeresPort<IReadOnlyList<T>> array
Field Value
- CeresPort<IReadOnlyList<T>>
arrayElement
public CeresPort<T> arrayElement
Field Value
- CeresPort<T>
completed
public NodePort completed
Field Value
loopBody
public NodePort loopBody
Field Value
Methods
Execute(ExecutionContext)
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
executionContextExecutionContext
Returns
- UniTask