Search Results for

    Show / Hide Table of Contents

    Class FlowGraphFunctionAsset

    Asset contains custom function that can be shared between multi IFlowGraphRuntime instances.

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

    Fields

    serializedInfo

    Declaration
    public FlowGraphFunctionSerializedInfo serializedInfo
    Field Value
    Type Description
    FlowGraphFunctionSerializedInfo

    Methods

    GetFlowGraph()

    Declaration
    public override FlowGraph GetFlowGraph()
    Returns
    Type Description
    FlowGraph

    GetRuntimeType()

    Declaration
    public override Type GetRuntimeType()
    Returns
    Type Description
    Type
    Overrides
    FlowGraphAsset.GetRuntimeType()

    SetGraphData(CeresGraphData)

    Declaration
    public override void SetGraphData(CeresGraphData graphData)
    Parameters
    Type Name Description
    CeresGraphData graphData

    Implements

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