SplashScreenConfig Class
Definition
Section titled “Definition”A config object that adds splash screen objects with the SetSplashScreens(params IScreenSurface[]) method.
public class SplashScreenConfig : IConfiguratorInheritance object
Implements IConfigurator
Constructors
Section titled “Constructors”SplashScreenConfig()
Section titled “SplashScreenConfig()”public SplashScreenConfig()Properties
Section titled “Properties”GenerateSplashScreen
Section titled “GenerateSplashScreen”A delegate that returns a set of splash screens to use.
public Func<GameHost, IScreenSurface[]> GenerateSplashScreen { get; set; }Methods
Section titled “Methods”Run(BuilderBase, GameHost)
Section titled “Run(BuilderBase, GameHost)”Called by the Builder; Runs the specific config for this object.
public void Run(BuilderBase config, GameHost game)Parameters
Section titled “Parameters”config BuilderBase
The builder configuration object.
game GameHost
The game object being created.