C# Class Indiefreaks.Xna.Rendering.SunBurnSplashScreen

This Layer renders the SunBurn SplashScreen
This layer must be activated at least once before adding a SunBurnLayer instance in the current GameState
Inheritance: Layer, IContentHost
Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

Méthode Description
BeginDraw ( Microsoft gameTime ) : void

Updates the SunBurn SplashScreen if required

Draw ( Microsoft gameTime ) : void

Renders the SunBurn SplashScreen if required

LoadContent ( IContentCatalogue catalogue, Microsoft manager ) : void

Load all XNA ContentManager content

SunBurnSplashScreen ( GameState gameState, bool showDuringDevelopment ) : System

Creates a new instance of the SunBurnSplashScreen layer

UnloadContent ( IContentCatalogue catalogue ) : void

Unload all XNA ContentManager content

Method Details

BeginDraw() public méthode

Updates the SunBurn SplashScreen if required
public BeginDraw ( Microsoft gameTime ) : void
gameTime Microsoft
Résultat void

Draw() public méthode

Renders the SunBurn SplashScreen if required
public Draw ( Microsoft gameTime ) : void
gameTime Microsoft
Résultat void

LoadContent() public méthode

Load all XNA ContentManager content
public LoadContent ( IContentCatalogue catalogue, Microsoft manager ) : void
catalogue IContentCatalogue
manager Microsoft XNA content manage
Résultat void

SunBurnSplashScreen() public méthode

Creates a new instance of the SunBurnSplashScreen layer
public SunBurnSplashScreen ( GameState gameState, bool showDuringDevelopment ) : System
gameState Indiefreaks.Xna.Core.GameState
showDuringDevelopment bool True if you want to test SplashScreen display; false otherwise
Résultat System

UnloadContent() public méthode

Unload all XNA ContentManager content
public UnloadContent ( IContentCatalogue catalogue ) : void
catalogue IContentCatalogue
Résultat void