docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IProgress

    Provides methods to create and manage an object which can represent progress of the project analysis process.

    Namespace: Unity.ProjectAuditor.Editor
    Assembly: Unity.ProjectAuditor.Editor.dll
    Syntax
    public interface IProgress

    Properties

    IsCancelled

    Checks if the progress operation has been cancelled.

    Declaration
    bool IsCancelled { get; }
    Property Value
    Type Description
    bool

    True if cancelled, otherwise false.

    Methods

    Advance(string)

    Advances the progress object by one step.

    Declaration
    void Advance(string description = "")
    Parameters
    Type Name Description
    string description

    Updated message

    Clear()

    Clear and hide the progress object.

    Declaration
    void Clear()

    Start(string, string, int)

    Initializes the progress object.

    Declaration
    void Start(string title, string description, int total)
    Parameters
    Type Name Description
    string title

    Title

    string description

    Description

    int total

    Number of steps

    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)