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(mgProgram)

Full Usage: MiboGame(mgProgram)

Parameters:
Returns: MiboGame<'Model, 'Msg>
mgProgram : MonoGameProgram<'Model, 'Msg>
Returns: MiboGame<'Model, 'Msg>

Type something to start searching.