SceneApplication

Undocumented in source.

Constructors

this
this(uint w, uint h, bool fullscreen, string windowTitle, string[] args)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

onRender
void onRender()
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void onUpdate(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.
saveScreenshot
void saveScreenshot(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

imageFactory
UnmanagedImageFactory imageFactory;
Undocumented in source.
sceneManager
SceneManager sceneManager;
Undocumented in source.
screenshotBuffer1
SuperImage screenshotBuffer1;
Undocumented in source.
screenshotBuffer2
SuperImage screenshotBuffer2;
Undocumented in source.

Inherited Members

From Application

width
uint width;
Undocumented in source.
height
uint height;
Undocumented in source.
window
SDL_Window* window;
Undocumented in source.
glcontext
SDL_GLContext glcontext;
Undocumented in source.
libdir
string libdir;
Undocumented in source.
onUserEvent
void onUserEvent(int code)
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void onUpdate(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.
onRender
void onRender()
Undocumented in source. Be warned that the author may not have intended to support it.
checkGLError
void checkGLError()
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
beginRender
void beginRender()
Undocumented in source. Be warned that the author may not have intended to support it.
endRender
void endRender()
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit()
Undocumented in source. Be warned that the author may not have intended to support it.
~this
~this()
Undocumented in source.

Meta