Table of Contents

Class MonoGameEngineHost

Namespace
TileWorld.Engine.Hosting.MonoGame
Assembly
TileWorld.Engine.Hosting.MonoGame.dll

Runs an IEngineApplication inside the MonoGame compatibility host.

public static class MonoGameEngineHost
Inheritance
MonoGameEngineHost
Inherited Members

Methods

Run(IEngineApplication, MonoGameHostOptions)

Starts the MonoGame-backed host loop for the supplied application.

public static void Run(IEngineApplication application, MonoGameHostOptions options = null)

Parameters

application IEngineApplication

The engine application to run.

options MonoGameHostOptions

Optional host window and lifecycle configuration.