Table of Contents

Class FlowNode_ForEachLoopT<T>

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

Iterate over the output of given array.

public sealed class FlowNode_ForEachLoopT<T> : FlowNode_ForEachLoopGeneric, IDisposable

Type Parameters

T
Inheritance
object
FlowNode_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

NodePort

loopBody

public NodePort loopBody

Field Value

NodePort

Methods

Execute(ExecutionContext)

protected override UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask