Class ScanReportConfig
Assembly: YooAsset.Editor.dll
Declaration
public class ScanReportConfig
Methods
ImportJsonConfig(string)
导入JSON报告文件
Declaration
public static ScanReport ImportJsonConfig(string filePath)
Returns
Parameters
Type | Name |
---|---|
System.String | filePath |
ExportJsonConfig(string, ScanReport)
导出JSON报告文件
Declaration
public static void ExportJsonConfig(string savePath, ScanReport scanReport)
Parameters
Type | Name |
---|---|
System.String | savePath |
YooAsset.Editor.ScanReport | scanReport |