StartingScreenConfig Class
Definition
Section titled “Definition”public class StartingScreenConfig : IConfiguratorInheritance object
Implements IConfigurator
Constructors
Section titled “Constructors”StartingScreenConfig()
Section titled “StartingScreenConfig()”public StartingScreenConfig()Properties
Section titled “Properties”GenerateStartingObject
Section titled “GenerateStartingObject”public Func<GameHost, IScreenObject> GenerateStartingObject { get; set; }FocusStartingScreen
Section titled “FocusStartingScreen”public bool? FocusStartingScreen { 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 configBuilder, GameHost game)Parameters
Section titled “Parameters”configBuilder BuilderBase
game GameHost
The game object being created.