C# Class Schmup.BigBoss

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

Public Methods

Method Description
BigBoss ( LuxGame game, World world, int life, int takenDamageCollision, int givenDamageCollision, bool shootsHero, int waitTimeFrames, Sprite skin, Microsoft.Xna.Framework.Graphics.Texture2D bulletText ) : System
DoubleShoot ( ) : void
Initialize ( ) : void
LockingShoot ( ) : void
RandomShoot ( ) : void
Shooting ( ) : void
Update ( Microsoft gameTime ) : void

Method Details

BigBoss() public method

public BigBoss ( LuxGame game, World world, int life, int takenDamageCollision, int givenDamageCollision, bool shootsHero, int waitTimeFrames, Sprite skin, Microsoft.Xna.Framework.Graphics.Texture2D bulletText ) : System
game LuxEngine.LuxGame
world World
life int
takenDamageCollision int
givenDamageCollision int
shootsHero bool
waitTimeFrames int
skin Sprite
bulletText Microsoft.Xna.Framework.Graphics.Texture2D
return System

DoubleShoot() public method

public DoubleShoot ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void

LockingShoot() public method

public LockingShoot ( ) : void
return void

RandomShoot() public method

public RandomShoot ( ) : void
return void

Shooting() public method

public Shooting ( ) : void
return void

Update() public method

public Update ( Microsoft gameTime ) : void
gameTime Microsoft
return void