Method UpgradeV1
UpgradeV1(SystemGraphData, VersionedStruct)
Upgrades to v1.
Declaration
public static bool UpgradeV1(SystemGraphData ctx, VersionedStruct upgradedStruct)
Parameters
| Type | Name | Description |
|---|---|---|
| SystemGraphData | ctx | The graph data. |
| VersionedStruct | upgradedStruct | The upgraded structure. |
Returns
| Type | Description |
|---|---|
| bool |
|