C# Class Schmup.HeroLazer

Inheritance: Shot
Mostra file Open project: Louis-Dureuil/maya-vs-the-world

Public Methods

Method 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 method

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
return System

Initialize() public method

public Initialize ( ) : void
return void

Launch() public method

public Launch ( int lazerIndex ) : void
lazerIndex int
return void

LazerDisable() public method

public LazerDisable ( ) : void
return void

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void