docs.unity3d.com
    Show / Hide Table of Contents

    Class BackgroundProgress

    Provides a way to display background progress in a unique flat progress bar. Use this as a background equivalent to EditorUtility.DisplayProgressBar. This utility uses the Progress API in Unity 2020+, and AsyncProgressBar in prior versions.

    Inheritance
    Object
    BackgroundProgress
    Namespace: Ludiq
    Syntax
    public static class BackgroundProgress

    Methods

    Clear()

    Declaration
    public static void Clear()

    Report(String, Single)

    Declaration
    public static void Report(string title, float progress)
    Parameters
    Type Name Description
    String title
    Single progress
    Back to top
    Terms of use
    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