Search Results for

    Show / Hide Table of Contents

    Class FlowGraphAsset

    Asset contains FlowGraphData that can be shared between multi IFlowGraphRuntime instances.

    Inheritance
    object
    FlowGraphScriptableObjectBase
    FlowGraphAsset
    FlowGraphFunctionAsset
    Implements
    IRedirectFlowGraphRuntimeType
    Namespace: Ceres.Graph.Flow
    Assembly: cs.temp.dll.dll
    Syntax
    public class FlowGraphAsset : FlowGraphScriptableObjectBase, IRedirectFlowGraphRuntimeType

    Fields

    runtimeType

    Specific IFlowGraphRuntime type this asset act as at runtime

    Declaration
    public SerializedType<IFlowGraphRuntime> runtimeType
    Field Value
    Type Description
    SerializedType<><IFlowGraphRuntime>

    Methods

    GetRuntimeType()

    Declaration
    public virtual Type GetRuntimeType()
    Returns
    Type Description
    Type

    Implements

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