Skip to content

StartingScreenConfig Class

C#
public class StartingScreenConfig : IConfigurator

Inheritance object

Implements IConfigurator

C#
public StartingScreenConfig()
C#
public Func<GameHost, IScreenObject> GenerateStartingObject { get; set; }
C#
public bool? FocusStartingScreen { get; set; }

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

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

configBuilder BuilderBase

game GameHost
The game object being created.