docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BackgroundWorker

    Inheritance
    object
    BackgroundWorker
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.VisualScripting
    Assembly: Unity.VisualScripting.Core.Editor.dll
    Syntax
    public static class BackgroundWorker

    Properties

    hasProgress

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

    progressLabel

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

    progressProportion

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

    Methods

    ClearProgress()

    Declaration
    public static void ClearProgress()

    ReportProgress(string, float)

    Declaration
    public static void ReportProgress(string title, float progress)
    Parameters
    Type Name Description
    string title
    float 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
    In This Article
    Back to top
    Copyright © 2025 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)