Class ThreadManager
Handles queuing and processing tasks on the main thread.
Inheritance
System.Object
ThreadManager
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Ladybug
Assembly: ladybug.dll
Syntax
public class ThreadManager
Methods
| Improve this Doc View SourceQueueAction(Action)
Sets an action to be executed on the main thread.
Declaration
public static void QueueAction(Action _action)
Parameters
Type | Name | Description |
---|---|---|
System.Action | _action | The action to be executed on the main thread. |
Update()
Process tasks in the ThreadManager's queue
Declaration
public void Update()