armos.app.runner

Undocumented in source.

Members

Classes

Runner
class Runner

armosのアプリケーションの更新を行うclassです.

Functions

currentEvents
CoreEvents currentEvents()
Undocumented in source. Be warned that the author may not have intended to support it.
currentFps
double currentFps()
Undocumented in source. Be warned that the author may not have intended to support it.
fpsUseRate
double fpsUseRate()

現在のFPS(Frame Per Second)の使用率を返します.

mainLoop
Runner mainLoop()
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run(BaseApp app, WindowConfig config)

armosのアプリケーションを実行します.

targetFps
void targetFps(double fps)

FPS(Frame Per Second)を指定します.

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

Meta