docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Update

    Update(string, string, float)

    Update the progress indicator. Returns true if user cancelled.

    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

    true if the user cancelled, false otherwise.

    Update(string, float)

    Update the progress indicator. Returns true if user cancelled.

    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

    true if the user cancelled, false otherwise.

    Update(float)

    Update the progress indicator. Returns true if user cancelled.

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

    Completion percent of the progress indicator.

    Returns
    Type Description
    bool

    true if the user cancelled, false otherwise.

    Update()

    Update the progress indicator. Returns true if user cancelled.

    Declaration
    public bool Update()
    Returns
    Type Description
    bool

    true if the user cancelled, false otherwise.

    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)