Logo Mibo

AdaptiveMonoGameGame<'Frame> Type

The MonoGame-backed adaptive host. Subclasses Microsoft.Xna.Framework.Game and drives an AdaptiveHeadless runner from Update/Draw.

Construct one with an AdaptiveMonoGameProgram and call Run(). The host owns the MonoGame window/graphics lifecycle and delegates simulation to the adaptive runner — it holds no simulation state of its own.

Constructors

Constructor Description

AdaptiveMonoGameGame(mgProgram)

Full Usage: AdaptiveMonoGameGame(mgProgram)

Parameters:
Returns: AdaptiveMonoGameGame<'Frame>
mgProgram : AdaptiveMonoGameProgram<'Frame>
Returns: AdaptiveMonoGameGame<'Frame>

Type something to start searching.