docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Update

    Update(string, string, float)

    Update the progress indicator.

    Declaration
    public bool Update(string title, string info, float percent)
    Parameters
    Type Name Description
    string title

    Title of the progress indicator.

    string info

    Information of the progress indicator.

    float percent

    Completion percent of the progress indicator.

    Returns
    Type Description
    bool

    Whether or not the user had pressed the cancel button.

    Update(string, float)

    Update the progress indicator.

    Declaration
    public bool Update(string info, float percent)
    Parameters
    Type Name Description
    string info

    Information of the progress indicator.

    float percent

    Completion percent of the progress indicator.

    Returns
    Type Description
    bool
    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)