Search Results for

    Show / Hide Table of Contents

    Class ForwardNode

    Base class for executable nodes with parent node input, used in forward execution path

    Inheritance
    object
    CeresNode
    ExecutableNode
    ForwardNode
    CustomFunctionOutput
    FlowNode
    FlowNode_Branch
    FlowNode_CastT<TFrom, TTo>
    FlowNode_ForEachLoop
    FlowNode_ForEachLoopGeneric
    FlowNode_Sequence
    FlowNode_SwitchEnum
    FlowNode_SwitchString
    Implements
    IDisposable
    Inherited Members
    ExecutableNode.Graph
    ExecutableNode.Execute(ExecutionContext)
    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()
    Namespace: Ceres.Graph.Flow
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class ForwardNode : ExecutableNode, IDisposable

    Fields

    input

    Dependency node port

    Declaration
    public NodePort input
    Field Value
    Type Description
    NodePort

    Implements

    IDisposable
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX