Renderer

Backend interface class: represents a Renderer.

Constructors

this
this()
Undocumented in source.

Members

Functions

render
void render()
Undocumented in source.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
submitOperation
void submitOperation(RendererOperation operation)
Undocumented in source. Be warned that the author may not have intended to support it.
switchScene
void switchScene(Scene scene)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

running
bool running [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
scene
Scene scene [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

build
Renderer build()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta