docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ProgressBarReporter

    Reports the progress using EditorUtility.DisplayProgressBar.

    Inheritance
    object
    TaskTimerReporter
    ProgressBarReporter
    Implements
    ITaskReporter
    Inherited Members
    TaskTimerReporter.CurrentProgress
    TaskTimerReporter.Started
    TaskTimerReporter.Start(string, string)
    TaskTimerReporter.ReportProgress(string, float)
    TaskTimerReporter.Completed(string)
    TaskTimerReporter.Fail(string)
    Namespace: UnityEditor.Localization.Reporting
    Assembly: Unity.Localization.Editor.dll
    Syntax
    public class ProgressBarReporter : TaskTimerReporter, ITaskReporter

    Properties

    Name Description
    ReportTaskSummaryInConsole

    Should a summary of the process be printed to the console after the task is completed?

    Methods

    Name Description
    PrintStatus(string, string, float)

    Called after ReportProgress(string, float) to print a summary of the progress.

    PrintSummary(string, bool)

    Called after Completed(string) or Fail(string) to optionally print a summary of the whole task.

    In This Article
    Back to top
    Copyright © 2024 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)