Show / Hide Table of Contents

Interface IConfigurator

Configuration interface that's added to the Builder object.

Namespace: SadConsole.Configuration
Assembly: SadConsole.dll
Syntax
public interface IConfigurator

Methods

Run(Builder, GameHost)

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

Declaration
void Run(Builder config, GameHost game)
Parameters
Type Name Description
Builder config

The builder configuration object.

GameHost game

The game object being created.

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX