Class ThreadedEditorUtility
[InitializeOnLoad]
public class ThreadedEditorUtility
- Inheritance
-
ThreadedEditorUtility
Methods
ExecuteInMainThread(Action)
Execute an action in the main thread
public static void ExecuteInMainThread(Action action)
Parameters
action
ActionAction to execute
Log(string, Object)
Log in the main thread (using Debug.Log)
public static void Log(string message, Object context = null)
Parameters
LogError(string, Object)
Log in the main thread (using Debug.LogError)
public static void LogError(string message, Object context = null)
Parameters
LogWarning(string, Object)
Log in the main thread (using Debug.LogWarning)
public static void LogWarning(string message, Object context = null)