Class FlowNode_DoN
[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
exec
[OutputPort(false)]
[CeresLabel("Exit")]
public NodePort exec
Field Value
n
[InputPort(false)]
[CeresLabel("N")]
public CeresPort<int> n
Field Value
reset
[InputPort(false)]
[CeresLabel("Reset")]
public NodePort reset
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()