Table of Contents

Class FlowNode_ForLoopWithBreak

Namespace
Ceres.Flow.Utilities
Assembly
Ceres.Flow.dll
[CeresGroup("Utilities/Flow Control")]
[CeresLabel("For Loop With Break")]
[NodeInfo("Executes a for loop that can be stopped early through the Break input.")]
public class FlowNode_ForLoopWithBreak : FlowNode_ForLoop, IEnumerable<CeresNode>, IEnumerable, IDisposable
Inheritance
FlowNode_ForLoopWithBreak
Implements
Inherited Members

Constructors

FlowNode_ForLoopWithBreak()

public FlowNode_ForLoopWithBreak()

Fields

breakInput

[InputPort(false)]
[CeresLabel("Break")]
public NodePort breakInput

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()