Class Dispatcher.YieldInstruction
Abstract class to inherit from.
Inherited Members
Namespace: UnityEngine.UnitySDK
Assembly: Unity.Pixyz.UnitySDK.Editor.dll
Syntax
public abstract class Dispatcher.YieldInstruction
Methods
Dispatch(IEnumerator)
Dispatch method
Declaration
public virtual Task<bool> Dispatch(IEnumerator enumerator)
Parameters
Type | Name | Description |
---|---|---|
IEnumerator | enumerator | Enumerator to dispatch |
Returns
Type | Description |
---|---|
Task<bool> | Dispatch |