BaseGame

Undocumented in source.

Constructors

this
this(string gameName, string copyright)
Undocumented in source.

Members

Functions

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

Properties

copyright
string copyright [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
lagFrameLimit
long lagFrameLimit [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
targetFrameTime
long targetFrameTime [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
terminatable
bool terminatable [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
windowCreationContext
WindowCreationContext windowCreationContext [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Game

initialize
void initialize()
Undocumented in source.
update
void update()
Undocumented in source.
render
void render(double extraPolation)
Undocumented in source.
cleanup
void cleanup()
Undocumented in source.
targetFrameTime
long targetFrameTime [@property getter]
Undocumented in source.
lagFrameLimit
long lagFrameLimit [@property getter]
Undocumented in source.
terminatable
bool terminatable [@property getter]
Undocumented in source.
requestTermination
void requestTermination()
Undocumented in source.
name
string name [@property getter]
Undocumented in source.
copyright
string copyright [@property getter]
Undocumented in source.
windowCreationContext
WindowCreationContext windowCreationContext [@property getter]
Undocumented in source.

Meta