Class FlowNode_FlipFlop
[CeresGroup("Utilities/Flow Control")]
[CeresLabel("Flip Flop")]
[NodeInfo("Alternates execution between output A and output B each time it is triggered.")]
public class FlowNode_FlipFlop : ForwardNode, IEnumerable<CeresNode>, IEnumerable, IDisposable
- Inheritance
-
FlowNode_FlipFlop
- Implements
- Inherited Members
Constructors
FlowNode_FlipFlop()
public FlowNode_FlipFlop()
Fields
a
[OutputPort(false)]
[CeresLabel("A")]
public NodePort a
Field Value
b
[OutputPort(false)]
[CeresLabel("B")]
public NodePort b
Field Value
isA
[OutputPort(true)]
[CeresLabel("Is A")]
public CeresPort<bool> isA
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()