Will wait for a specific amount of frames to pass
The amount of frames to wait for
Optional
The context to use, if not provided the current context will be used
a promise that resolves after a certain amount of frames
await delayForFrames(10); Copy
await delayForFrames(10);
Generated using TypeDoc
Will wait for a specific amount of frames to pass