Class WaitForEndOfFrameUnit
Delays flow by waiting until the end of the frame.
Implements
IDisposable
Inherited Members
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
[UnitTitleAttribute]
[UnitOrderAttribute]
public class WaitForEndOfFrameUnit : WaitUnit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Methods
Await(Flow)
Declaration
protected override IEnumerator Await(Flow flow)
Parameters
| Type | Name | Description |
|---|---|---|
| Flow | flow |
Returns
| Type | Description |
|---|---|
| IEnumerator |
Overrides
Implements
IDisposable