docs.unity.cn
    Show / Hide Table of Contents

    Class BackgroundWorker

    Inheritance
    Object
    BackgroundWorker
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    Generated by DocFX
    on Thursday, August 24, 2023