Version: Unity 6.4 Alpha (6000.4)
LanguageEnglish
  • C#

Report

class in Unity.ProjectAuditor.Editor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Report contains a list of all issues found by ProjectAuditor.

Properties

Property Description
DisplayName A name to display along with the Report, configurable by the user.
NumTotalIssues The total number of ProjectIssues included in this report.
ReportVersion File format version of the Report (read-only).

Public 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.