Class Dispatcher.DelayFramesDispatch
Inherited Members
Namespace: UnityEngine.UnitySDK
Assembly: Unity.Pixyz.UnitySDK.Editor.dll
Syntax
public class Dispatcher.DelayFramesDispatch : Dispatcher.YieldInstruction
Constructors
DelayFramesDispatch(int)
Declaration
public DelayFramesDispatch(int frames)
Parameters
| Type | Name | Description |
|---|---|---|
| int | frames |
Methods
Dispatch(IEnumerator)
Declaration
public override Task<bool> Dispatch(IEnumerator enumerator)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerator | enumerator |
Returns
| Type | Description |
|---|---|
| Task<bool> |