C# Class ProjectCow.Spaceship

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

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
MoveDown ( ) : void
MoveLeft ( ) : void
MoveRight ( ) : void
MoveUp ( ) : void
Spaceship ( ) : System
Spaceship ( Rectangle boundaries ) : System
Update ( ) : void

Method Details

Draw() public méthode

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

LoadContent() public méthode

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
Résultat void

MoveDown() public méthode

public MoveDown ( ) : void
Résultat void

MoveLeft() public méthode

public MoveLeft ( ) : void
Résultat void

MoveRight() public méthode

public MoveRight ( ) : void
Résultat void

MoveUp() public méthode

public MoveUp ( ) : void
Résultat void

Spaceship() public méthode

public Spaceship ( ) : System
Résultat System

Spaceship() public méthode

public Spaceship ( Rectangle boundaries ) : System
boundaries Microsoft.Xna.Framework.Rectangle
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void