Load(string, out string)
Load a Report from a JSON file at the specified path.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: Unity.ProjectAuditor.Editor
- Assembly: UnityEditor
Load(string, string)
public static Report Load(string path, out string errorMessage)
Parameters
Returns
Type | Description |
|---|---|
| Report | A loaded Report object |