IConfigurator Interface
Definition
Section titled “Definition”Configuration interface that’s added to the Builder object.
public interface IConfiguratorMethods
Section titled “Methods”Run(BuilderBase, GameHost)
Section titled “Run(BuilderBase, GameHost)”Called by the Builder; Runs the specific config for this object.
void Run(BuilderBase config, GameHost game)Parameters
Section titled “Parameters”config BuilderBase
The builder configuration object.
game GameHost
The game object being created.