Skip to content

App.nextFrame method

App › nextFrame

Unofficial

Add callback to execute on next frame

Signature:

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

Parameters:

ParameterTypeDescription
callback() => voidThe callback to execute.

Returns: void