C# Class Schmup.HeroLazer

Inheritance: Shot
Afficher le fichier Open project: Louis-Dureuil/maya-vs-the-world

Méthodes publiques

Méthode Description
HeroLazer ( LuxGame game, World world, int invincibleTimeMillisec, int spriteNb, int damage, Sprite skin ) : System
Initialize ( ) : void
Launch ( int lazerIndex ) : void
LazerDisable ( ) : void
Update ( GameTime gameTime ) : void

Method Details

HeroLazer() public méthode

public HeroLazer ( LuxGame game, World world, int invincibleTimeMillisec, int spriteNb, int damage, Sprite skin ) : System
game LuxEngine.LuxGame
world World
invincibleTimeMillisec int
spriteNb int
damage int
skin Sprite
Résultat System

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Launch() public méthode

public Launch ( int lazerIndex ) : void
lazerIndex int
Résultat void

LazerDisable() public méthode

public LazerDisable ( ) : void
Résultat void

Update() public méthode

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