- game
GameManager game [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- scene
Scene scene [@property getter]
The scene that is currently being rendered.
- setScene
void setScene(Scene scene)
The scene that is currently being rendered.
- rendererFactory
Renderer rendererFactory(GameManager game, GraphicsBackendType backend)
Undocumented in source. Be warned that the author may not have intended to support it.
- render
void render()
- prepareRender
void prepareRender()
Undocumented in source. Be warned that the author may not have intended to support it.
- finishRender
void finishRender()
Undocumented in source. Be warned that the author may not have intended to support it.
- renderModel
void renderModel(Model model)
Undocumented in source.