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

ReportItemBuilder Constructor

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

Declaration

public ReportItemBuilder(Unity.ProjectAuditor.Editor.IssueCategory category, Unity.ProjectAuditor.Editor.DescriptorId id, params object[] args);

Parameters

Parameter Description
category The IssueCategory of the reported Issue
id Identifies the Descriptor object containing information about the Issue
args Arguments to be used in the message formatting

Description

Constructor for an object to build ReportItems representing Issues.


Declaration

public ReportItemBuilder(Unity.ProjectAuditor.Editor.IssueCategory category, string description);

Parameters

Parameter Description
category The IssueCategory of the reported Insight
description The primary descriptive string for this Insight

Description

Constructor for an object to build ReportItems representing Insights.