C# Class Schmup.Hero

Inheritance: Character
Afficher le fichier Open project: Louis-Dureuil/maya-vs-the-world Class Usage Examples

Méthodes publiques

Méthode Description
Die ( ) : void
Hero ( LuxGame game, World world, int life, int takenDamageCollision, int givenDamageCollision, int speed1, int speed2, Sprite skin = null ) : System
Initialize ( ) : void
PowerShoot ( ) : void
StrongShoot ( ) : void
Update ( GameTime gameTime ) : void
WeakShoot ( ) : void

Method Details

Die() public méthode

public Die ( ) : void
Résultat void

Hero() public méthode

public Hero ( LuxGame game, World world, int life, int takenDamageCollision, int givenDamageCollision, int speed1, int speed2, Sprite skin = null ) : System
game LuxEngine.LuxGame
world World
life int
takenDamageCollision int
givenDamageCollision int
speed1 int
speed2 int
skin Sprite
Résultat System

Initialize() public méthode

public Initialize ( ) : void
Résultat void

PowerShoot() public méthode

public PowerShoot ( ) : void
Résultat void

StrongShoot() public méthode

public StrongShoot ( ) : void
Résultat void

Update() public méthode

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

WeakShoot() public méthode

public WeakShoot ( ) : void
Résultat void