Class UnityThread | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class UnityThread

    Inheritance
    Object
    UnityThread
    Namespace: Ludiq
    Syntax
    public static class UnityThread

    Fields

    editorAsync

    Declaration
    public static Action<Action> editorAsync
    Field Value
    Type Description
    Action<Action>

    mainThread

    Declaration
    public static Thread mainThread
    Field Value
    Type Description
    Thread

    Properties

    allowsAPI

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

    isRunningOnMainThread

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

    Methods

    EditorAsync(Action)

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

    EnsureRunningOnMainThread()

    Declaration
    public static void EnsureRunningOnMainThread()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX