AStarPathFinding.AStar.AStar C# (CSharp) 메소드

AStar() 공개 메소드

public AStar ( AStarPathFinding.Map map ) : System.Collections.Generic
map AStarPathFinding.Map
리턴 System.Collections.Generic
        public AStar(Map map)
        {
            _map = map;
        }