Table of Contents

Class FlowNode_Branch

Namespace
Ceres.Graph.Flow.Utilities
Assembly
cs.temp.dll.dll

Branch will route the execution flow depending on the value of the condition input.

public class FlowNode_Branch : ForwardNode, IDisposable
Inheritance
object
FlowNode_Branch
Implements
IDisposable
Inherited Members

Fields

condition

public CeresPort<bool> condition

Field Value

CeresPort<bool>

falseOutput

public NodePort falseOutput

Field Value

NodePort

trueOutput

public NodePort trueOutput

Field Value

NodePort

Methods

Execute(ExecutionContext)

protected override sealed UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask