C# Class Project_Starfighter.Player

Mostra file Open project: csce3513/Team15 Class Usage Examples

Public Properties

Property Type Description
shipSprite AnimatedSprite

Public Methods

Method Description
Draw ( SpriteBatch sb ) : void
Player ( ) : System
Player ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System

Method Details

Draw() public method

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

Player() public method

public Player ( ) : System
return System

Player() public method

public Player ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
return System

Property Details

shipSprite public_oe property

public AnimatedSprite,Project_Starfighter shipSprite
return AnimatedSprite