Report
Report contains a list of all issues found by ProjectAuditor.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Class
- Namespace: Unity.ProjectAuditor.Editor
- Assembly: UnityEditor
- Implements: ISerializationCallbackReceiver
public sealed class Report : ISerializationCallbackReceiver
Fields
Value | Description |
|---|---|
| DisplayName | A name to display along with the Report, configurable by the user. |
Properties
Property | Description |
|---|---|
| NumTotalIssues | The total number of ProjectIssues included in this report. |
| ReportVersion | File format version of the Report (read-only). |
Methods
Method | Description |
|---|---|
| FindByCategory | find all issues for a specific IssueCategory. |
| FindByDescriptorId | Find all Issues that match a specific ID. |
| GetAllIssues | Gets a read-only collection of all of the ProjectIssues included in the report. |
| GetNumIssues | Get total number of issues for a specific IssueCategory. |
| HasCategory | Checks whether the Report includes analysis for a given IssueCategory. |
| IsValid | Check whether all issues in the report are valid. |
| Save | Save the Report as a JSON file. |
Static Methods
Method | Description |
|---|---|
| Load | Load a Report from a JSON file at the specified path. |