跳到主要内容
版本:2.3.x

Class ScannerResult

Assembly: YooAsset.Editor.dll​
Declaration
public class ScannerResult

Properties​

ReprotFilePath​

生成的报告文件路径

Declaration
public string ReprotFilePath { get; }

Report​

报告对象

Declaration
public ScanReport Report { get; }

ErrorInfo​

错误信息

Declaration
public string ErrorInfo { get; }

ErrorStack​

错误堆栈

Declaration
public string ErrorStack { get; }

Succeed​

是否成功

Declaration
public bool Succeed { get; }

Methods​

OpenReportWindow()​

打开报告窗口

Declaration
public void OpenReportWindow()