C# Class SpaceCats_v2.PlayerShip

Inheritance: SpaceCats_v2.GameObject
Afficher le fichier Open project: acm-team/SpaceCats Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : SpaceCats_v2.GameObject
Draw ( GameTime gameTime ) : void
PlayerShip ( Main game ) : System
PlayerShip ( PlayerShip p ) : System
Reset ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Clone() public méthode

public Clone ( ) : SpaceCats_v2.GameObject
Résultat SpaceCats_v2.GameObject

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

PlayerShip() public méthode

public PlayerShip ( Main game ) : System
game Main
Résultat System

PlayerShip() public méthode

public PlayerShip ( PlayerShip p ) : System
p PlayerShip
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void