[ Web Proxy ]
URL:
Viewing: https://docs.unity3d.com/ScriptReference/Unity.ProjectAuditor.Editor.ReportItem.html [Back]  [Original]

Unity - Scripting API: ReportItem
Version: Unity 6.5 (6000.5)
    • Supported
    • Legacy
    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
    Your name Your email Suggestion* Submit suggestion

    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).
    IsUpgradeIssue Determines whether this issue is an upgrade issue.
    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).
    UpgradeProperties Properties relating to upgrade issues

    Public Methods

    Method Description
    GetCustomPropertyBool Check whether a custom property is a boolean type and whether its value is true.
    GetCustomPropertyDouble Check whether a custom property is a double type and return its value.
    GetCustomPropertyFloat Check whether a custom property is a float type and return its value.
    GetCustomPropertyInt32 Check whether a custom property is an integer type and return its value.
    GetCustomPropertyInt64 Check whether a custom property is a long type and return its value.
    GetCustomPropertyUInt32 Check whether a custom property is a uint type and return its value.
    GetCustomPropertyUInt64 Check whether a custom property is a ulong type and return its value.
    IsIssue Checks whether this ReportItem represents an Issue.
    IsValid Checks whether this issue is valid.

    Web Proxy Viewer  |  New URL  |  Original Page