Search Results for

    Show / Hide Table of Contents

    Class FlowGraphSerializedData

    Serialized data for FlowGraph

    Inheritance
    object
    CeresGraphData
    FlowGraphSerializedData
    FlowGraphData
    Inherited Members
    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 FlowGraphSerializedData : CeresGraphData

    Methods

    BuildGraph(CeresGraph)

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

    GetFallbackNode(CeresNodeData, int)

    Declaration
    protected override CeresNode GetFallbackNode(CeresNodeData fallbackNodeData, int index)
    Parameters
    Type Name Description
    CeresNodeData fallbackNodeData
    int index
    Returns
    Type Description
    CeresNode
    Overrides
    CeresGraphData.GetFallbackNode(CeresNodeData, int)

    PreSerialization()

    Declaration
    public override void PreSerialization()
    Overrides
    CeresGraphData.PreSerialization()
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX