C# Class AStarPathFinding.AStar

Show file Open project: Andrea/IncompleteGameLabs Class Usage Examples

Public Methods

Method Description
AStar ( AStarPathFinding.Map map ) : System.Collections.Generic
CalculatePath ( ) : void

Private Methods

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

Method Details

AStar() public method

public AStar ( AStarPathFinding.Map map ) : System.Collections.Generic
map AStarPathFinding.Map
return System.Collections.Generic

CalculatePath() public method

public CalculatePath ( ) : void
return void