C# Class AStarXNA.AStar

Inheritance: GameObject
Afficher le fichier Open project: dreasgrech/AStarXNA Class Usage Examples

Méthodes publiques

Méthode Description
AStar ( Microsoft.Xna.Framework.Game game, Grid grid, IHeuristic heuristic ) : System
Start ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
GetTieBreaker ( GridCell cell ) : double

Method Details

AStar() public méthode

public AStar ( Microsoft.Xna.Framework.Game game, Grid grid, IHeuristic heuristic ) : System
game Microsoft.Xna.Framework.Game
grid Grid
heuristic IHeuristic
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

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