Skip to content

MonoGameSettings Class

C#
public class MonoGameSettings : IConfigurator

Inheritance object

Implements IConfigurator

C#
public MonoGameSettings()
C#
public bool UseTitleContainer { get; set; }

Called by the Builder; Runs the specific config for this object.

C#
public void Run(BuilderBase config, GameHost game)

config BuilderBase
The builder configuration object.

game GameHost
The game object being created.