Search Results for

    Show / Hide Table of Contents

    Class FlowGraphObjectBase

    Base class for contains Flow Graph.

    Inheritance
    object
    FlowGraphObjectBase
    FlowGraphInstanceObject
    FlowGraphObject
    Implements
    IFlowGraphRuntime
    Namespace: Ceres.Graph.Flow
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class FlowGraphObjectBase : MonoBehaviour, IFlowGraphRuntime

    Methods

    CreateRuntimeFlowGraphInstance()

    Declaration
    protected abstract FlowGraph CreateRuntimeFlowGraphInstance()
    Returns
    Type Description
    FlowGraph

    ReleaseGraph()

    Release graph instance safely

    Declaration
    protected void ReleaseGraph()

    Explicit Interface Implementations

    IFlowGraphRuntime.Graph

    Declaration
    FlowGraph IFlowGraphRuntime.Graph { get; }
    Returns
    Type Description
    FlowGraph

    IFlowGraphRuntime.Object

    Declaration
    UObject IFlowGraphRuntime.Object { get; }
    Returns
    Type Description
    UObject

    Implements

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