Skip to content

MonoGameCallbackConfig Class

C#
public class MonoGameCallbackConfig : IConfigurator

Inheritance object

Implements IConfigurator

C#
public MonoGameCallbackConfig()
C#
public Action<Game>? MonoGameCtorCallback { get; set; }
C#
public Action<Game>? MonoGameInitCallback { get; set; }
C#
public bool SkipMonoGameGameCreation { 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.