C# Class AStarPathFinding.AStar

Afficher le fichier Open project: Andrea/IncompleteGameLabs Class Usage Examples

Méthodes publiques

Méthode Description
AStar ( AStarPathFinding.Map map ) : System.Collections.Generic
CalculatePath ( ) : void

Private Methods

Méthode Description
AddAdjacentCellToOpenList ( AStarPathFinding.Node parentNode, int columnOffset, int rowOffset, int gCost ) : void
FindSmallestF ( ) : AStarPathFinding.Node

Method Details

AStar() public méthode

public AStar ( AStarPathFinding.Map map ) : System.Collections.Generic
map AStarPathFinding.Map
Résultat System.Collections.Generic

CalculatePath() public méthode

public CalculatePath ( ) : void
Résultat void