Header menu logo Mibo

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

RaylibGame(program)

Full Usage: RaylibGame(program)

Parameters:
Returns: RaylibGame<'Model, 'Msg>
program : Program<'Model, 'Msg>
Returns: RaylibGame<'Model, 'Msg>

Instance members

Instance member Description

this.Run

Full Usage: this.Run

Type something to start searching.