Search Results for

    Show / Hide Table of Contents

    Class ExecutableNode

    Inheritance
    object
    CeresNode
    ExecutableNode
    ExecutableEvent
    ForwardNode
    PropertyNode
    FlowNode_GetArrayElementT<T>
    FlowNode_MakeArray
    Implements
    IDisposable
    Inherited Members
    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 ExecutableNode : CeresNode, IDisposable

    Properties

    Graph

    Declaration
    protected CeresGraph Graph { get; }
    Property Value
    Type Description
    CeresGraph

    Methods

    Execute(ExecutionContext)

    Declaration
    protected abstract UniTask Execute(ExecutionContext executionContext)
    Parameters
    Type Name Description
    ExecutionContext executionContext
    Returns
    Type Description
    UniTask

    ExecuteNode(ExecutionContext)

    Declaration
    public UniTask ExecuteNode(ExecutionContext executionContext)
    Parameters
    Type Name Description
    ExecutionContext executionContext
    Returns
    Type Description
    UniTask

    Implements

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