Method | Description | |
---|---|---|
AStar ( |
||
FindPath ( ) : List |
Method | Description | |
---|---|---|
AddNeighborNodesToOpenList ( Node currentNode, List |
||
GetDistanceBetweenTiles ( |
||
GetDistanceToGoal ( |
||
GetLowestCostNodeFromOpenNodes ( ) : Node | ||
GetWalkableNeighborsNotOnClosedList ( Node currentNode ) : List |
||
TransformToNode ( |
public AStar ( |
||
startTile | ||
goalTile | ||
return | System |