Search Results for

    Show / Hide Table of Contents

    Class FlowNode_Branch

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

    Inheritance
    object
    CeresNode
    ExecutableNode
    ForwardNode
    FlowNode_Branch
    Implements
    System.Collections.Generic.IEnumerable<T><CeresNode>
    System.Collections.IEnumerable
    IDisposable
    Inherited Members
    ForwardNode.input
    ExecutableNode.Graph
    ExecutableNode.ExecuteNode(ExecutionContext)
    CeresNode.NodeData
    CeresNode.Guid
    CeresNode.GraphPosition
    CeresNode.Dispose()
    CeresNode.GetSerializedData()
    CeresNode.GetExecutionPath()
    CeresNode.GetEnumerator()
    CeresNode.GetExecutionPath(Type)
    CeresNode.MakeSubtitle(string, bool)
    CeresNode.GetTargetSubtitle(string, bool)
    CeresNode.GetTargetSubtitle(Type, bool)
    CeresNode.GetTypeName()
    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
    ExecutableNode.Execute(ExecutionContext)

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    IDisposable
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX