Table of Contents

Class FlowNode_ForEachLoopT<T>

Namespace
Ceres.Flow.Utilities
Assembly
Ceres.Flow.dll

Iterate over the output of given array.

[CeresGroup("Utilities/Array")]
[CeresLabel("For Each Loop")]
[NodeInfo("Iterates over each element of a typed array and executes the loop body.")]
public sealed class FlowNode_ForEachLoopT<T> : FlowNode_ForEachLoopGeneric, IEnumerable<CeresNode>, IEnumerable, IDisposable

Type Parameters

T
Inheritance
FlowNode_ForEachLoopT<T>
Implements
Inherited Members

Constructors

FlowNode_ForEachLoopT()

public FlowNode_ForEachLoopT()

Fields

array

[InputPort(true)]
[HideInGraphEditor]
public CeresPort<IReadOnlyList<T>> array

Field Value

CeresPort<IReadOnlyList<T>>

arrayElement

[OutputPort(true)]
public CeresPort<T> arrayElement

Field Value

CeresPort<T>

completed

[OutputPort(false)]
public NodePort completed

Field Value

NodePort

loopBody

[OutputPort(false)]
public NodePort loopBody

Field Value

NodePort

Methods

Execute(ExecutionContext)

protected override UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask

__getTypeName()

protected override string __getTypeName()

Returns

string

__initializePorts()

protected override void __initializePorts()

__initializeVariables()

protected override void __initializeVariables()