Class ProgressTracker | Scriptable Build Pipeline | 1.5.10
docs.unity3d.com
    Show / Hide Table of Contents

    Class ProgressTracker

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

    Constructors

    ProgressTracker()

    Declaration
    public ProgressTracker()

    Properties

    CurrentTask

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

    CurrentTaskTitle

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

    Progress

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

    TaskCount

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

    TimeStamp

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

    UpdateFrequency

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

    UpdatesPerSecond

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

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Dispose(Boolean)

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

    UpdateInfo(String)

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

    UpdateTask(String)

    Declaration
    public virtual bool UpdateTask(string taskTitle)
    Parameters
    Type Name Description
    String taskTitle
    Returns
    Type Description
    Boolean
    Implements
    IProgressTracker.UpdateTask(String)

    Extension Methods

    TrackerExtensions.UpdateTaskUnchecked(IProgressTracker, String)
    TrackerExtensions.UpdateInfoUnchecked(IProgressTracker, 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