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

ReportItem

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

Describes an issue that ProjectAuditor reports in the Unity project.

Properties

Property Description
Category This issue's category (read-only).
CustomProperties Custom properties. See the "moduleMetadata" section of an exported Report JSON file for information on the formats and meanings of the custom properties for each IssueCategory.
Description Project issue Description (read-only).
FileExtension File extension of the file that contains this issue.
Filename Name of the file that contains this issue.
Id An unique identifier for the issue descriptor (read-only).
Line Line in the file that contains this issue.
Location Location of the Insight or Issue (read-only).
LogLevel Log level.
RelativePath Relative path of the file that contains this issue.
Severity Issue-specific Severity (read-only).

Public Methods

Method Description
IsIssue Checks whether this ReportItem represents an Issue.
IsValid Checks whether this issue is valid.