GameManagerFactory.setRenderer

Sets the Renderer that this GameManager will use to render scenes. This is already set by the Backend's Initalizer, there is no need to reset it.

class GameManagerFactory
@safe nothrow
void
setRenderer

Parameters

renderer Renderer

The Renderer which will render scenes for the GameManager.

Meta