Show / Hide Table of Contents

Class StartingScreenConfig

Inheritance
object
StartingScreenConfig
Implements
IConfigurator
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole.Configuration
Assembly: SadConsole.dll
Syntax
public class StartingScreenConfig : IConfigurator

Constructors

StartingScreenConfig()

Declaration
public StartingScreenConfig()

Properties

FocusStartingScreen

Declaration
public bool? FocusStartingScreen { get; set; }
Property Value
Type Description
bool?

GenerateStartingObject

Declaration
public Func<GameHost, IScreenObject> GenerateStartingObject { get; set; }
Property Value
Type Description
Func<GameHost, IScreenObject>

Methods

Run(BuilderBase, GameHost)

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

Declaration
public void Run(BuilderBase configBuilder, GameHost game)
Parameters
Type Name Description
BuilderBase configBuilder
GameHost game

The game object being created.

Implements

IConfigurator

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX