Method AssignAssetPath
AssignAssetPath(GraphDescriptor, string)
Assign a filepath to the GraphDescriptor
Declaration
public static bool AssignAssetPath(GraphDescriptor desc, string targetPath)
Parameters
| Type | Name | Description | 
|---|---|---|
| GraphDescriptor | desc | The GraphDescriptor to Reset  | 
    
| string | targetPath | The target path to save the asset  | 
    
Returns
| Type | Description | 
|---|---|
| bool | Returns true for success  |