Class FlowNode_Branch
  Branch will route the execution flow depending on the value of the condition input.
 
  
  
    Inheritance
    object
    
    
    
    FlowNode_Branch
   
  
  
  
  Assembly: cs.temp.dll.dll
  Syntax
  
    public class FlowNode_Branch : ForwardNode, IDisposable
   
  Fields
  condition
  
  
  Declaration
  
    public CeresPort<bool> condition
   
  Field Value
  
  falseOutput
  
  
  Declaration
  
    public NodePort falseOutput
   
  Field Value
  
  trueOutput
  
  
  Declaration
  
    public NodePort trueOutput
   
  Field Value
  
  Methods
  
  Execute(ExecutionContext)
  
  
  Declaration
  
    protected override sealed UniTask Execute(ExecutionContext executionContext)
   
  Parameters
  
  Returns
  
  Overrides
  
  Implements
  
      IDisposable