Runner

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

Constructors

this
this()

Members

Functions

currentFps
double currentFps()
currentObservables
CoreObservables currentObservables()
Undocumented in source. Be warned that the author may not have intended to support it.
currentWindow
Window currentWindow()
fpsUseRate
double fpsUseRate()

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

loop
Runner loop()
register
Runner register(Application app, Window window)

イベントループに入ります.

renderer
Renderer renderer()
select
void select(Window window)
Undocumented in source. Be warned that the author may not have intended to support it.
targetFps
void targetFps(double fps)

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

targetFps
double targetFps()

Meta