AStarPathFinding.AStar.AStar C# (CSharp) Méthode

AStar() public méthode

public AStar ( AStarPathFinding.Map map ) : System.Collections.Generic
map AStarPathFinding.Map
Résultat System.Collections.Generic
        public AStar(Map map)
        {
            _map = map;
        }