Method AppendSerialization
AppendSerialization(GraphDescriptor, SystemGraphData, SerializationHandlers)
Append serialized graph to the GraphDescriptor, only items that don't already exists
Declaration
public static bool AppendSerialization(GraphDescriptor desc, SystemGraphData graphData, GraphGenerator.SerializationHandlers serializationHandlers)
Parameters
Type | Name | Description |
---|---|---|
GraphDescriptor | desc | The GraphDescriptor to Reset |
SystemGraphData | graphData | The Graph Data to append |
GraphGenerator.SerializationHandlers | serializationHandlers | Handlers that are called during load for all elements of the graph |
Returns
Type | Description |
---|---|
bool | Returns true for success |