Static variables

@:value(0.0)staticdeltaTime:Float = 0.0

staticfont:Font

@:value(0)staticfps:Int = 0

@:value(0.0)staticrenderTime:Float = 0.0

@:value(0.0)staticupdateTime:Float = 0.0

Static methods

@:value({ window_mode : Windowed, clearColor : Color.White, height : 720, width : 1280, title : "Rice2D" })staticinit(title:String = "Rice2D", width:Int = 1280, height:Int = 720, clearColor:Color = Color.White, window_mode:WindowMode = Windowed):Void

staticnotifyOnEndFrame(func:() ‑> Void):Void

staticnotifyOnRender(render:Canvas ‑> Void):Void

staticnotifyOnUpdate(update:() ‑> Void):Void

staticremoveRender(render:Canvas ‑> Void):Void

staticremoveUpdate(update:() ‑> Void):Void