Search Results for

    Show / Hide Table of Contents

    Class FlowNode_SwitchEnumT<TEnum>

    Route execution to one of several output ports based on the value of an enum type, offering a dynamic branching mechanism in execution flow.

    Inheritance
    object
    CeresNode
    ExecutableNode
    ForwardNode
    FlowNode_SwitchEnum
    FlowNode_SwitchEnumT<TEnum>
    Implements
    System.Collections.Generic.IEnumerable<T><CeresNode>
    System.Collections.IEnumerable
    IDisposable
    ISerializationCallbackReceiver
    IReadOnlyPortArrayNode
    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_SwitchEnumT<TEnum> : FlowNode_SwitchEnum, IEnumerable<CeresNode>, IEnumerable, IDisposable, ISerializationCallbackReceiver, IReadOnlyPortArrayNode where TEnum : Enum
    Type Parameters
    Name Description
    TEnum

    Fields

    outputs

    Declaration
    public NodePort[] outputs
    Field Value
    Type Description
    NodePort[]

    sourceValue

    Declaration
    public CeresPort<TEnum> sourceValue
    Field Value
    Type Description
    CeresPort<TEnum>

    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)

    GetPortArrayFieldName()

    Declaration
    public string GetPortArrayFieldName()
    Returns
    Type Description
    string

    GetPortArrayLength()

    Declaration
    public int GetPortArrayLength()
    Returns
    Type Description
    int

    OnAfterDeserialize()

    Declaration
    public void OnAfterDeserialize()

    OnBeforeSerialize()

    Declaration
    public void OnBeforeSerialize()

    Implements

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