Skip to content

IConfigurator Interface

Configuration interface that’s added to the Builder object.

C#
public interface IConfigurator

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

C#
void Run(BuilderBase config, GameHost game)

config BuilderBase
The builder configuration object.

game GameHost
The game object being created.