Table of Contents

Class FlowGraphData

Namespace
Ceres.Graph.Flow
Assembly
cs.temp.dll.dll

Metadata for FlowGraph

public class FlowGraphData : FlowGraphSerializedData
Inheritance
object
FlowGraphData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()

Fields

subGraphData

public FlowSubGraphData[] subGraphData

Field Value

FlowSubGraphData[]

Methods

BuildGraph(CeresGraph)

public override void BuildGraph(CeresGraph graph)

Parameters

graph CeresGraph

CreateFlowGraphInstance()

Create a FlowUberGraph instance from this data

public FlowUberGraph CreateFlowGraphInstance()

Returns

FlowUberGraph

PreSerialization()

public override void PreSerialization()

RemoveSubGraphData(string)

public bool RemoveSubGraphData(string guid)

Parameters

guid string

Returns

bool

RenameSubGraphData(string, string)

public bool RenameSubGraphData(string guid, string newName)

Parameters

guid string
newName string

Returns

bool

SetSubGraphData(FlowSubGraphSlot, FlowGraphSerializedData)

public void SetSubGraphData(FlowSubGraphSlot slot, FlowGraphSerializedData data)

Parameters

slot FlowSubGraphSlot
data FlowGraphSerializedData