Class MonoGameEngineHost
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
applicationIEngineApplicationThe engine application to run.
optionsMonoGameHostOptionsOptional host window and lifecycle configuration.