C# Class Schmup.ShootingPattern

Inheritance: LuxEngine.Scene
Afficher le fichier Open project: Louis-Dureuil/maya-vs-the-world

Protected Properties

Свойство Type Description
enemy Enemy
shots ShotPool

Méthodes publiques

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

Method Details

ShootingPattern() public méthode

public ShootingPattern ( LuxGame game, ShotPool shots, Enemy enemy ) : System
game LuxEngine.LuxGame
shots ShotPool
enemy Enemy
Résultat System

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Property Details

enemy protected_oe property

protected Enemy,Schmup enemy
Résultat Enemy

shots protected_oe property

protected ShotPool,Schmup shots
Résultat ShotPool