C# Class Asteroids.Classes.LoadingScreen

Afficher le fichier Open project: Timvangool/AsteroidsAPO2 Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch sb ) : void
LoadingScreen ( Microsoft.Xna.Framework.Content.ContentManager content, GraphicsDevice gd ) : System
Update ( ) : Loader

Private Methods

Méthode Description
topLeftPixelColor ( Microsoft.Xna.Framework.Graphics.Texture2D tex ) : Color

Method Details

Draw() public méthode

public Draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

LoadingScreen() public méthode

public LoadingScreen ( Microsoft.Xna.Framework.Content.ContentManager content, GraphicsDevice gd ) : System
content Microsoft.Xna.Framework.Content.ContentManager
gd GraphicsDevice
Résultat System

Update() public méthode

public Update ( ) : Loader
Résultat Loader