Class WaitForNextFrameUnit
Delays flow by waiting until the next frame.
Inherited Members
Namespace: Unity.VisualScripting
Syntax
[UnitTitle("Wait For Next Frame")]
[UnitShortTitle("Next Frame")]
[UnitOrder(4)]
public class WaitForNextFrameUnit : WaitUnit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable
Methods
Await(Flow)
Declaration
protected override IEnumerator Await(Flow flow)
Parameters
| Type | Name | Description |
|---|---|---|
| Flow | flow |
Returns
| Type | Description |
|---|---|
| IEnumerator |