docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TextReport

    Inheritance
    object
    TextReport
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.PackageManager.ValidationSuite
    Assembly: Unity.PackageValidationSuite.Editor.dll
    Syntax
    public class TextReport

    Constructors

    TextReport(string)

    Declaration
    public TextReport(string packageId)
    Parameters
    Type Name Description
    string packageId

    Properties

    FilePath

    Declaration
    public string FilePath { get; set; }
    Property Value
    Type Description
    string

    Methods

    Append(string)

    Declaration
    public void Append(string text)
    Parameters
    Type Name Description
    string text

    Clear()

    Declaration
    public void Clear()

    GenerateReport(ValidationSuite)

    Declaration
    public void GenerateReport(ValidationSuite suite)
    Parameters
    Type Name Description
    ValidationSuite suite

    Replace(string, string)

    Declaration
    public void Replace(string text, string replacement)
    Parameters
    Type Name Description
    string text
    string replacement

    ReportExists(string)

    Declaration
    public static bool ReportExists(string packageId)
    Parameters
    Type Name Description
    string packageId
    Returns
    Type Description
    bool

    ReportPath(string)

    Declaration
    public static string ReportPath(string packageId)
    Parameters
    Type Name Description
    string packageId
    Returns
    Type Description
    string

    Write(string)

    Declaration
    public void Write(string text)
    Parameters
    Type Name Description
    string text
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)