armos.app.runner

Undocumented in source.

Members

Classes

Runner
class Runner

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

Functions

currentFps
double currentFps()
Undocumented in source. Be warned that the author may not have intended to support it.
currentFrames
ulong currentFrames()
Undocumented in source. Be warned that the author may not have intended to support it.
currentObservables
CoreObservables currentObservables()
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(Application 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