Skip to content

App.nextFrame method

App › nextFrame

Unofficial

Add callback to execute on next frame

Signature:

nextFrame(callback: () => void): void

Parameters:

Parameter Type Description
callback () => void The callback to execute.

Returns: void