Class UnityThread
Inheritance
object
UnityThread
Assembly: solution.dll
Syntax
public static class UnityThread
Fields
editorAsync
Declaration
public static Action<Action> editorAsync
Field Value
| Type |
Description |
| Action<Action> |
|
pendingQueue
Declaration
public static ConcurrentQueue<Action> pendingQueue
Field Value
| Type |
Description |
| ConcurrentQueue<Action> |
|
thread
Declaration
public static Thread thread
Field Value
Properties
allowsAPI
Declaration
public static bool allowsAPI { get; }
Property Value
Methods
EditorAsync(Action)
Declaration
public static void EditorAsync(Action action)
Parameters
| Type |
Name |
Description |
| Action |
action |
|