Class TaskTimerReporter | Localization | 0.7.1-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class TaskTimerReporter

    Inheritance
    Object
    TaskTimerReporter
    ProgressBarReporter
    Namespace: UnityEditor.Localization.Reporting
    Syntax
    public abstract class TaskTimerReporter : ITaskReporter

    Methods

    Completed(String)

    Declaration
    public void Completed(string message)
    Parameters
    Type Name Description
    String message
    Implements
    ITaskReporter.Completed(String)

    Fail(String)

    Declaration
    public void Fail(string message)
    Parameters
    Type Name Description
    String message
    Implements
    ITaskReporter.Fail(String)

    PrintStatus(String, String, Single)

    Declaration
    protected abstract void PrintStatus(string title, string description, float progress)
    Parameters
    Type Name Description
    String title
    String description
    Single progress

    PrintSummary(String, Boolean)

    Declaration
    protected abstract void PrintSummary(string summary, bool fail)
    Parameters
    Type Name Description
    String summary
    Boolean fail

    ReportProgress(String, Single)

    Declaration
    public void ReportProgress(string description, float progress)
    Parameters
    Type Name Description
    String description
    Single progress
    Implements
    ITaskReporter.ReportProgress(String, Single)

    Start(String, String)

    Declaration
    public virtual void Start(string title, string description)
    Parameters
    Type Name Description
    String title
    String description
    Implements
    ITaskReporter.Start(String, String)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023