Header menu logo Mibo

MiboGame<'Model, 'Msg> Type

The MonoGame-backed game host. Subclasses Microsoft.Xna.Framework.Game and drives a shared ElmishLoop from Update/Draw.

Construct one with a Program and call Run(). The host owns the MonoGame window/graphics lifecycle and delegates message processing to ElmishLoop — it holds no dispatch/update state of its own.

Constructors

Constructor Description

MiboGame(program)

Full Usage: MiboGame(program)

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

Type something to start searching.