Class FlowNode_Branch
Branch will route the execution flow depending on the value of the condition input.
public class FlowNode_Branch : ForwardNode, IDisposable
- Inheritance
-
objectFlowNode_Branch
- Implements
-
IDisposable
- Inherited Members
Fields
condition
public CeresPort<bool> condition
Field Value
- CeresPort<bool>
falseOutput
public NodePort falseOutput
Field Value
trueOutput
public NodePort trueOutput
Field Value
Methods
Execute(ExecutionContext)
protected override sealed UniTask Execute(ExecutionContext executionContext)
Parameters
executionContextExecutionContext
Returns
- UniTask