Class FlowNode_ForLoopWithBreak
[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
Methods
Execute(ExecutionContext)
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
executionContextExecutionContext
Returns
- UniTask
__getTypeName()
protected override string __getTypeName()
Returns
__initializePorts()
protected override void __initializePorts()
__initializeVariables()
protected override void __initializeVariables()