Table of Contents

Class FlowNode_FlipFlop

Namespace
Ceres.Flow.Utilities
Assembly
Ceres.Flow.dll
[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

NodePort

b

[OutputPort(false)]
[CeresLabel("B")]
public NodePort b

Field Value

NodePort

isA

[OutputPort(true)]
[CeresLabel("Is A")]
public CeresPort<bool> isA

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