C# Class ProjectCow.Spaceship

Show file Open project: csce3513/Team12 Class Usage Examples

Public Methods

Method 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 method

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

LoadContent() public method

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
return void

MoveDown() public method

public MoveDown ( ) : void
return void

MoveLeft() public method

public MoveLeft ( ) : void
return void

MoveRight() public method

public MoveRight ( ) : void
return void

MoveUp() public method

public MoveUp ( ) : void
return void

Spaceship() public method

public Spaceship ( ) : System
return System

Spaceship() public method

public Spaceship ( Rectangle boundaries ) : System
boundaries Microsoft.Xna.Framework.Rectangle
return System

Update() public method

public Update ( ) : void
return void