Table of Contents

Class FlowNode_DoN

Namespace
Ceres.Flow.Utilities
Assembly
Ceres.Flow.dll
[CeresGroup("Utilities/Flow Control")]
[CeresLabel("Do N")]
[NodeInfo("Allows execution to pass through N times, then blocks until Reset is triggered.")]
public class FlowNode_DoN : ForwardNode, IEnumerable<CeresNode>, IEnumerable, IDisposable
Inheritance
FlowNode_DoN
Implements
Inherited Members

Constructors

FlowNode_DoN()

public FlowNode_DoN()

Fields

counter

[OutputPort(true)]
[CeresLabel("Counter")]
public CeresPort<int> counter

Field Value

CeresPort<int>

exec

[OutputPort(false)]
[CeresLabel("Exit")]
public NodePort exec

Field Value

NodePort

n

[InputPort(false)]
[CeresLabel("N")]
public CeresPort<int> n

Field Value

CeresPort<int>

reset

[InputPort(false)]
[CeresLabel("Reset")]
public NodePort reset

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