C# Class Project_Starfighter.Background

Afficher le fichier Open project: csce3513/Team15 Class Usage Examples

Méthodes publiques

Méthode Description
Background ( ) : System
Background ( Microsoft.Xna.Framework.Content.ContentManager content, string sBackground ) : System
Draw ( SpriteBatch spriteBatch ) : void

Method Details

Background() public méthode

public Background ( ) : System
Résultat System

Background() public méthode

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

Draw() public méthode

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