Application.draw

毎フレーム実行されるメンバ関数です.updateの次に呼ばれます.描画処理を記述します.

interface Application
void
draw
(
ref DrawEvent arg
)

Meta