Game firstFrameReady method

firstFrameReady(): void;

Announces that the first frame is ready to be shown.

Requirements

  • Your game must call this method when the first frame of your game is ready to be rendered on screen. This could be a splash screen, loading screen, or the game content itself.