Class FlowNode_DoOnce
[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
reset
[InputPort(false)]
[CeresLabel("Reset")]
public NodePort reset
Field Value
startClosed
[InputPort(false)]
[CeresLabel("Start Closed")]
public CeresPort<bool> startClosed
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()