C# Class Schmup.ShootsHero

Inheritance: ShootingPattern
Mostra file Open project: Louis-Dureuil/maya-vs-the-world Class Usage Examples

Public Methods

Method Description
Associate ( Enemy enemy ) : void
ShootsHero ( LuxGame game, World world, ShotPool shots, Enemy enemy ) : System
Update ( GameTime gameTime ) : void

Method Details

Associate() public method

public Associate ( Enemy enemy ) : void
enemy Enemy
return void

ShootsHero() public method

public ShootsHero ( LuxGame game, World world, ShotPool shots, Enemy enemy ) : System
game LuxEngine.LuxGame
world World
shots ShotPool
enemy Enemy
return System

Update() public method

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