Search Results for

    Show / Hide Table of Contents

    Class FlowNode

    Base class for nodes in an execution flow

    Inheritance
    object
    CeresNode
    ExecutableNode
    ForwardNode
    FlowNode
    FlowNode_ExecuteCustomFunction
    IllegalExecutableNode
    InvalidExecutableNode
    FlowNode_DebugLog
    FlowNode_DebugLogString
    FlowNode_EqualsT<T>
    FlowNode_ExecuteEvent
    FlowNode_ExecuteFunction
    FlowNode_GetConfigT<TConfig>
    FlowNode_InstantiateT<TObject>
    FlowNode_ObservableSubscribeT<T>
    FlowNode_SoftAssetReferenceLoadAssetAsync
    FlowNode_SoftAssetReferenceTLoadAssetAsync<TObject>
    FlowNode_SubscribeEventExecutionT<TEventType>
    FlowNode_SubscribeGlobalEventExecutionT<TEventType>
    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
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class FlowNode : ForwardNode, IEnumerable<CeresNode>, IEnumerable, IDisposable

    Fields

    exec

    Declaration
    public NodePort exec
    Field Value
    Type Description
    NodePort

    Methods

    Execute(ExecutionContext)

    Declaration
    protected override UniTask Execute(ExecutionContext executionContext)
    Parameters
    Type Name Description
    ExecutionContext executionContext
    Returns
    Type Description
    UniTask
    Overrides
    ExecutableNode.Execute(ExecutionContext)

    LocalExecute(ExecutionContext)

    Do node local execution, sync only

    Declaration
    protected virtual void LocalExecute(ExecutionContext executionContext)
    Parameters
    Type Name Description
    ExecutionContext executionContext

    Implements

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