Class FlowNode_Branch
Branch will route the execution flow depending on the value of the condition input.
Implements
System.Collections.Generic.IEnumerable<T><CeresNode>
System.Collections.IEnumerable
IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph.Flow.Utilities
Assembly: cs.temp.dll.dll
Syntax
public class FlowNode_Branch : ForwardNode, IEnumerable<CeresNode>, IEnumerable, IDisposable
Fields
condition
Declaration
public CeresPort<bool> condition
Field Value
Type | Description |
---|---|
CeresPort<bool> |
falseOutput
Declaration
public NodePort falseOutput
Field Value
Type | Description |
---|---|
NodePort |
trueOutput
Declaration
public NodePort trueOutput
Field Value
Type | Description |
---|---|
NodePort |
Methods
Execute(ExecutionContext)
Declaration
protected override sealed UniTask Execute(ExecutionContext executionContext)
Parameters
Type | Name | Description |
---|---|---|
ExecutionContext | executionContext |
Returns
Type | Description |
---|---|
UniTask |
Overrides
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
IDisposable