MonoGameSettings Class
Definition
Section titled “Definition”public class MonoGameSettings : IConfiguratorInheritance object
Implements IConfigurator
Constructors
Section titled “Constructors”MonoGameSettings()
Section titled “MonoGameSettings()”public MonoGameSettings()Properties
Section titled “Properties”UseTitleContainer
Section titled “UseTitleContainer”public bool UseTitleContainer { get; set; }Methods
Section titled “Methods”Run(BuilderBase, GameHost)
Section titled “Run(BuilderBase, GameHost)”Called by the Builder; Runs the specific config for this object.
public void Run(BuilderBase config, GameHost game)Parameters
Section titled “Parameters”config BuilderBase
The builder configuration object.
game GameHost
The game object being created.