C# Class Asteroids.Background

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

Méthodes publiques

Méthode Description
Background ( GraphicsDevice graphicsDevice, Microsoft.Xna.Framework.Content.ContentManager content ) : System
Draw ( SpriteBatch spriteBatch ) : void
LoadPlanets ( ) : void
LoadStars ( ) : void

Method Details

Background() public méthode

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

Draw() public méthode

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

LoadPlanets() public méthode

public LoadPlanets ( ) : void
Résultat void

LoadStars() public méthode

public LoadStars ( ) : void
Résultat void