Table of Contents

Class FlowNode_DoOnce

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

Constructors

FlowNode_DoOnce()

public FlowNode_DoOnce()

Fields

exec

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

Field Value

NodePort

reset

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

Field Value

NodePort

startClosed

[InputPort(false)]
[CeresLabel("Start Closed")]
public CeresPort<bool> startClosed

Field Value

CeresPort<bool>

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