Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Report

Report contains a list of all issues found by ProjectAuditor.
Read time 1 minuteLast updated 4 days ago

Definition

public sealed class Report : ISerializationCallbackReceiver

Fields

Value

Description

DisplayNameA name to display along with the Report, configurable by the user.

Properties

Property

Description

NumTotalIssuesThe total number of ProjectIssues included in this report.
ReportVersionFile format version of the Report (read-only).

Methods

Method

Description

FindByCategoryfind all issues for a specific IssueCategory.
FindByDescriptorIdFind all Issues that match a specific ID.
GetAllIssuesGets a read-only collection of all of the ProjectIssues included in the report.
GetNumIssuesGet total number of issues for a specific IssueCategory.
HasCategoryChecks whether the Report includes analysis for a given IssueCategory.
IsValidCheck whether all issues in the report are valid.
SaveSave the Report as a JSON file.

Static Methods

Method

Description

LoadLoad a Report from a JSON file at the specified path.