StartingConsoleConfig Class
Definition
Section titled “Definition”public class StartingConsoleConfig : IConfiguratorInheritance object
Implements IConfigurator
Constructors
Section titled “Constructors”StartingConsoleConfig()
Section titled “StartingConsoleConfig()”public StartingConsoleConfig()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.