Class InternalStartupData
Inheritance
InternalStartupData
Assembly: SadConsole.dll
Syntax
public class InternalStartupData : IConfigurator
Constructors
InternalStartupData()
Declaration
public InternalStartupData()
Properties
FocusStartingScreen
Declaration
public bool? FocusStartingScreen { get; set; }
Property Value
ScreenCellsX
Declaration
public int ScreenCellsX { get; set; }
Property Value
ScreenCellsY
Declaration
public int ScreenCellsY { get; set; }
Property Value
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.
|
Implements