Class ProgressTracker | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class ProgressTracker

    Inheritance
    System.Object
    ProgressTracker
    ProgressLoggingTracker
    Namespace: UnityEditor.Build.Pipeline.Utilities
    Syntax
    public class ProgressTracker : IProgressTracker, IDisposable

    Constructors

    ProgressTracker()

    Declaration
    public ProgressTracker()

    Properties

    CurrentTask

    Declaration
    protected int CurrentTask { get; set; }
    Property Value
    Type Description
    System.Int32

    CurrentTaskTitle

    Declaration
    protected string CurrentTaskTitle { get; set; }
    Property Value
    Type Description
    System.String

    Progress

    Declaration
    public float Progress { get; }
    Property Value
    Type Description
    System.Single

    TaskCount

    Declaration
    public int TaskCount { get; set; }
    Property Value
    Type Description
    System.Int32

    TimeStamp

    Declaration
    protected long TimeStamp { get; set; }
    Property Value
    Type Description
    System.Int64

    UpdateFrequency

    Declaration
    protected long UpdateFrequency { get; set; }
    Property Value
    Type Description
    System.Int64

    UpdatesPerSecond

    Declaration
    public uint UpdatesPerSecond { get; set; }
    Property Value
    Type Description
    System.UInt32

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    UpdateInfo(String)

    Declaration
    public virtual bool UpdateInfo(string taskInfo)
    Parameters
    Type Name Description
    System.String taskInfo
    Returns
    Type Description
    System.Boolean

    UpdateTask(String)

    Declaration
    public virtual bool UpdateTask(string taskTitle)
    Parameters
    Type Name Description
    System.String taskTitle
    Returns
    Type Description
    System.Boolean
    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