Class BackgroundProgress | Bolt Visual Scripting | 1.4.12
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 Copyright © 2020 Unity Technologies
    Generated by DocFX