Interface IConfigurator
Configuration interface that's added to the Builder object.
Namespace: SadConsole.Configuration
Assembly: SadConsole.dll
Syntax
public interface IConfigurator
Methods
Run(BuilderBase, GameHost)
Called by the Builder; Runs the specific config for this object.
Declaration
void Run(BuilderBase config, GameHost game)
Parameters
| Type | Name | Description |
|---|---|---|
| BuilderBase | config | The builder configuration object. |
| GameHost | game | The game object being created. |