Table of Contents

Class FlowNode_ForEachLoop

Namespace
Ceres.Graph.Flow.Utilities
Assembly
cs.temp.dll.dll

Iterate over the output of given array.

public sealed class FlowNode_ForEachLoop : ForwardNode, IDisposable
Inheritance
object
FlowNode_ForEachLoop
Implements
IDisposable
Inherited Members

Fields

array

public CeresPort<Array> array

Field Value

CeresPort<Array>

arrayElement

public CeresPort<object> arrayElement

Field Value

CeresPort<object>

completed

public NodePort completed

Field Value

NodePort

loopBody

public NodePort loopBody

Field Value

NodePort

Methods

Execute(ExecutionContext)

protected override UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask