C# Class Project_Starfighter.Player

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

Méthodes publiques

Свойство Type Description
shipSprite AnimatedSprite

Méthodes publiques

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

Method Details

Draw() public méthode

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

Player() public méthode

public Player ( ) : System
Résultat System

Player() public méthode

public Player ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
Résultat System

Property Details

shipSprite public_oe property

public AnimatedSprite,Project_Starfighter shipSprite
Résultat AnimatedSprite