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 ( |
Creates a new instance of the SunBurnSplashScreen layer
|
|
UnloadContent ( IContentCatalogue catalogue ) : void |
Unload all XNA ContentManager content
|
public BeginDraw ( Microsoft gameTime ) : void | ||
gameTime | Microsoft | |
Résultat | void |
public LoadContent ( IContentCatalogue catalogue, Microsoft manager ) : void | ||
catalogue | IContentCatalogue | |
manager | Microsoft | XNA content manage |
Résultat | void |
public SunBurnSplashScreen ( |
||
gameState | ||
showDuringDevelopment | bool | True if you want to test SplashScreen display; false otherwise |
Résultat | System |
public UnloadContent ( IContentCatalogue catalogue ) : void | ||
catalogue | IContentCatalogue | |
Résultat | void |