Method LoadAsset
LoadAsset(string, bool)
Load a GraphDescriptor from the specified targetPath
Declaration
public static GraphDescriptor LoadAsset(string targetPath, bool syncSerialization = true)
Parameters
Type | Name | Description |
---|---|---|
string | targetPath | The target path to save the asset |
bool | syncSerialization | Synchronize serialization after load |
Returns
Type | Description |
---|---|
GraphDescriptor | Returns a new GraphDescriptor |