C# Класс Universe.BotManager.AStar.AStar

Class for performing A* pathfinding
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AStar ( ) : System
FindPath ( AStarNode aStartNode, AStarNode aGoalNode ) : void

Finds the shortest path from the start node to the goal node

Приватные методы

Метод Описание
PrintNodeList ( object aNodeList ) : void

Prints all the nodes in a list

Описание методов

AStar() публичный Метод

public AStar ( ) : System
Результат System

FindPath() публичный Метод

Finds the shortest path from the start node to the goal node
public FindPath ( AStarNode aStartNode, AStarNode aGoalNode ) : void
aStartNode AStarNode Start node
aGoalNode AStarNode Goal node
Результат void