Class Dispatcher.GoMainThreadDispatch
Dispatch execution to the main thread.
Inherited Members
Namespace: UnityEngine.UnitySDK
Assembly: Unity.Pixyz.UnitySDK.Editor.dll
Syntax
public class Dispatcher.GoMainThreadDispatch : Dispatcher.YieldInstruction
Methods
Dispatch(IEnumerator)
Dispatch method
Declaration
public override Task<bool> Dispatch(IEnumerator enumerator)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerator | enumerator | Enumerator to dispatch |
Returns
| Type | Description |
|---|---|
| Task<bool> | Dispatch |