menu
web_game_engine package
documentation
game_loop.dart
Loop
stop method
stop method
dark_mode
light_mode
stop
method
void
stop
(
)
Implementation
void stop() { isAnimation = false; renderCallback = null; }
web_game_engine package
documentation
game_loop
Loop
stop method
Loop class