C# Class AStarPathFinding.AStarGame

Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: Andrea/IncompleteGameLabs Class Usage Examples

Méthodes publiques

Méthode Description
AStarGame ( ) : Microsoft.Xna.Framework

Méthodes protégées

Méthode Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Method Details

AStarGame() public méthode

public AStarGame ( ) : Microsoft.Xna.Framework
Résultat Microsoft.Xna.Framework

Draw() protected méthode

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

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

Update() protected méthode

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