C# Class FBClient.Core.SuddenDeath

Afficher le fichier Open project: Noxalus/Final-Bomber Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
SuddenDeath ( FinalBomber game, Point pos ) : System
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
AllVisited ( ) : bool
NextMapPosition ( ) : Vector2

Method Details

Draw() public méthode

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

SuddenDeath() public méthode

public SuddenDeath ( FinalBomber game, Point pos ) : System
game FinalBomber
pos Point
Résultat System

Update() public méthode

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