docs.unity3d.com
    Show / Hide Table of Contents

    Class BackgroundWorker

    Inheritance
    Object
    BackgroundWorker
    Namespace: Unity.VisualScripting
    Syntax
    public static class BackgroundWorker

    Properties

    hasProgress

    Declaration
    public static bool hasProgress { get; }
    Property Value
    Type Description
    Boolean

    progressLabel

    Declaration
    public static string progressLabel { get; }
    Property Value
    Type Description
    String

    progressProportion

    Declaration
    public static float progressProportion { get; }
    Property Value
    Type Description
    Single

    Methods

    ClearProgress()

    Declaration
    public static void ClearProgress()

    ReportProgress(String, Single)

    Declaration
    public static void ReportProgress(string title, float progress)
    Parameters
    Type Name Description
    String title
    Single progress

    Schedule(Action)

    Declaration
    public static void Schedule(Action action)
    Parameters
    Type Name Description
    Action action

    Events

    tasks

    Declaration
    public static event Action tasks
    Event Type
    Type Description
    Action
    Back to top
    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