Method | Description | |
---|---|---|
Enqueue ( Action, action ) : void |
Locks the queue and adds the Action to the queue
|
|
Enqueue ( IEnumerator, action ) : void |
Locks the queue and adds the IEnumerator to the queue
|
|
Exists ( ) : bool | ||
Instance ( ) : UnityMainThreadDispatcher, | ||
Update ( ) : void |
Method | Description | |
---|---|---|
ActionWrapper ( Action, a ) : IEnumerator, | ||
Awake ( ) : void | ||
OnDestroy ( ) : void |
public Enqueue ( Action, action ) : void | ||
action | Action, | function that will be executed from the main thread. |
return | void |
public Enqueue ( IEnumerator, action ) : void | ||
action | IEnumerator, | IEnumerator function that will be executed from the main thread. |
return | void |
public static Instance ( ) : UnityMainThreadDispatcher, | ||
return | UnityMainThreadDispatcher, |