C# Class Schmup.HeroPower

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

Méthodes publiques

Méthode Description
HeroPower ( LuxGame game, World world, int invincibleTimeMillisec, int damage, Sprite skin = null ) : System
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Method Details

HeroPower() public méthode

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

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Update() public méthode

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