RaylibGame<'Model, 'Msg> Type
The raylib-backed game host. Owns the window/audio lifecycle and delegates message processing to a shared ElmishLoop.
Constructors
| Constructor |
Description
|
Full Usage:
RaylibGame(program)
Parameters:
Program<'Model, 'Msg>
Returns: RaylibGame<'Model, 'Msg>
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Run
|
|
Mibo