Class FlowNode_ForEachLoop
Iterate over the output of given array.
Inheritance
object
FlowNode_ForEachLoop
Assembly: cs.temp.dll.dll
Syntax
public sealed class FlowNode_ForEachLoop : ForwardNode, IDisposable
Fields
array
Declaration
public CeresPort<Array> array
Field Value
arrayElement
Declaration
public CeresPort<object> arrayElement
Field Value
completed
Declaration
public NodePort completed
Field Value
loopBody
Declaration
Field Value
Methods
Execute(ExecutionContext)
Declaration
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
Returns
Overrides
Implements
IDisposable