Runner

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

Constructors

this
this()

Members

Functions

currentFps
double currentFps()
events
CoreEvents events()
fpsUseRate
double fpsUseRate()

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

renderer
Renderer renderer()
run
void run(BaseApp app, WindowConfig config)

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

targetFps
void targetFps(double fps)

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

targetFps
double targetFps()
window
Window window()

Meta