Search Results for

    Show / Hide Table of Contents

    Class FlowGraphData

    Metadata for FlowGraph

    Inheritance
    object
    CeresGraphData
    FlowGraphSerializedData
    FlowGraphData
    Inherited Members
    FlowGraphSerializedData.GetFallbackNode(CeresNodeData, int)
    CeresGraphData.variableData
    CeresGraphData.nodeData
    CeresGraphData.nodeGroups
    CeresGraphData.RestoreNode(int, CeresNode[])
    CeresGraphData.RestoreVariable(int, SharedVariable[])
    CeresGraphData.RedirectNodeType(ManagedReferenceType)
    CeresGraphData.RedirectVariableType(ManagedReferenceType)
    CeresGraphData.RedirectSerializedType(string)
    CeresGraphData.ResolveSerializedType(string)
    CeresGraphData.Clone()
    CeresGraphData.CloneT<T>()
    CeresGraphData.ToJson(bool)
    CeresGraphData.FromJson<T>(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ceres.Graph.Flow
    Assembly: cs.temp.dll.dll
    Syntax
    public class FlowGraphData : FlowGraphSerializedData

    Fields

    subGraphData

    Declaration
    public FlowSubGraphData[] subGraphData
    Field Value
    Type Description
    FlowSubGraphData[]

    Methods

    BuildGraph(CeresGraph)

    Declaration
    public override void BuildGraph(CeresGraph graph)
    Parameters
    Type Name Description
    CeresGraph graph
    Overrides
    FlowGraphSerializedData.BuildGraph(CeresGraph)

    CreateFlowGraphInstance()

    Create a FlowUberGraph instance from this data

    Declaration
    public FlowUberGraph CreateFlowGraphInstance()
    Returns
    Type Description
    FlowUberGraph

    PreSerialization()

    Declaration
    public override void PreSerialization()
    Overrides
    FlowGraphSerializedData.PreSerialization()

    RemoveSubGraphData(string)

    Declaration
    public bool RemoveSubGraphData(string guid)
    Parameters
    Type Name Description
    string guid
    Returns
    Type Description
    bool

    RenameSubGraphData(string, string)

    Declaration
    public bool RenameSubGraphData(string guid, string newName)
    Parameters
    Type Name Description
    string guid
    string newName
    Returns
    Type Description
    bool

    SetSubGraphData(FlowSubGraphSlot, FlowGraphSerializedData)

    Declaration
    public void SetSubGraphData(FlowSubGraphSlot slot, FlowGraphSerializedData data)
    Parameters
    Type Name Description
    FlowSubGraphSlot slot
    FlowGraphSerializedData data
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX