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