Class MonoGameSettings
Implements
Inherited Members
Namespace: SadConsole.Configuration
Assembly: SadConsole.Host.MonoGame.dll
Syntax
public class MonoGameSettings : IConfigurator
Constructors
MonoGameSettings()
Declaration
public MonoGameSettings()
Properties
UseTitleContainer
Declaration
public bool UseTitleContainer { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
Run(Builder, GameHost)
Called by the Builder; Runs the specific config for this object.
Declaration
public void Run(Builder config, GameHost game)
Parameters
Type | Name | Description |
---|---|---|
Builder | config | The builder configuration object. |
GameHost | game | The game object being created. |