docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BuildProgress

    Scoped progress indicator that will clear itself on dispose.

    Inheritance
    object
    BuildProgress
    Implements
    IDisposable
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Unity.Build
    Assembly: solution.dll
    Syntax
    public sealed class BuildProgress : IDisposable

    Constructors

    Name Description
    BuildProgress(string, string, float)

    Initialize a new instance of the BuildProgress class, which acts as a scoped progress indicator.

    Properties

    Name Description
    Info

    Update or get the information of the progress indicator.

    Percent

    Update or get the completion percent of the progress indicator.

    Title

    Update or get the title of the progress indicator.

    Methods

    Name Description
    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Update(string, float)

    Update the progress indicator.

    Update(string, string, float)

    Update the progress indicator.

    In This Article
    • Constructors
    • Properties
    • Methods
    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)