SuperBehaviour SuperBehaviour
SuperBehaviour SuperBehaviour
v0.1.2 [Beta]

Search Results for

    Class ThreadedEditorUtility

    Namespace
    LoM.Super.Connect.Editor
    Assembly
    LoM.Super.Connect.Editor.dll
    [InitializeOnLoad]
    public class ThreadedEditorUtility
    Inheritance
    object
    ThreadedEditorUtility

    Methods

    ExecuteInMainThread(Action)

    Execute an action in the main thread

    public static void ExecuteInMainThread(Action action)

    Parameters

    action Action

    Action to execute

    Log(string, Object)

    Log in the main thread (using Debug.Log)

    public static void Log(string message, Object context = null)

    Parameters

    message string

    Message to log

    context Object

    Object to log

    LogError(string, Object)

    Log in the main thread (using Debug.LogError)

    public static void LogError(string message, Object context = null)

    Parameters

    message string

    Message to log

    context Object

    Object to log

    LogWarning(string, Object)

    Log in the main thread (using Debug.LogWarning)

    public static void LogWarning(string message, Object context = null)

    Parameters

    message string

    Message to log

    context Object

    Object to log

    © Lords of Mahlstrom Gaming, all rights reserved.