Skip to content

SplashScreenConfig Class

A config object that adds splash screen objects with the SetSplashScreens(params IScreenSurface[]) method.

C#
public class SplashScreenConfig : IConfigurator

Inheritance object

Implements IConfigurator

C#
public SplashScreenConfig()

A delegate that returns a set of splash screens to use.

C#
public Func<GameHost, IScreenSurface[]> GenerateSplashScreen { get; set; }

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

C#
public void Run(BuilderBase config, GameHost game)

config BuilderBase
The builder configuration object.

game GameHost
The game object being created.