src code

instance method Game#render

Game#render() → undefined

The game render function that gets called automatically during each pass in the game loop. Calls Component#render on all components added through Container#addComponent. Afterwards, increments the Game#renderCount value by 1.

SGF game code should never have to call this method, it is handled automatically by the game loop.