C# Class Schmup.Hero

Inheritance: Character
Mostrar archivo Open project: Louis-Dureuil/maya-vs-the-world Class Usage Examples

Public Methods

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

public Die ( ) : void
return void

Hero() public method

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

Initialize() public method

public Initialize ( ) : void
return void

PowerShoot() public method

public PowerShoot ( ) : void
return void

StrongShoot() public method

public StrongShoot ( ) : void
return void

Update() public method

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

WeakShoot() public method

public WeakShoot ( ) : void
return void