Method SaveAsset
SaveAsset(GraphDescriptor, bool, bool)
Save a GraphDescriptor to file
Declaration
public static bool SaveAsset(GraphDescriptor desc, bool forceBeautifyOnFirstLoad = true, bool validateOnSave = true)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphDescriptor | desc | The desc. |
| bool | forceBeautifyOnFirstLoad | if set to |
| bool | validateOnSave | if set to |
Returns
| Type | Description |
|---|---|
| bool | Returns true for success |