C# Class Schmup.ShootingPattern

Inheritance: LuxEngine.Scene
Mostra file Open project: Louis-Dureuil/maya-vs-the-world

Protected Properties

Property Type Description
enemy Enemy
shots ShotPool

Public Methods

Method Description
ShootingPattern ( LuxGame game, ShotPool shots, Enemy enemy ) : System
Update ( GameTime gameTime ) : void

Method Details

ShootingPattern() public method

public ShootingPattern ( LuxGame game, ShotPool shots, Enemy enemy ) : System
game LuxEngine.LuxGame
shots ShotPool
enemy Enemy
return System

Update() public method

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

Property Details

enemy protected_oe property

protected Enemy,Schmup enemy
return Enemy

shots protected_oe property

protected ShotPool,Schmup shots
return ShotPool