C# 클래스 RL.Pathfinder

파일 보기 프로젝트 열기: jonbro/nightmare_cooperative

공개 메소드들

메소드 설명
FindPath ( Vector2i start, Vector2i end, CostCallback costFn, Map map ) : List

비공개 메소드들

메소드 설명
findLowestCost ( ) : Node

메소드 상세

FindPath() 공개 메소드

public FindPath ( Vector2i start, Vector2i end, CostCallback costFn, Map map ) : List
start Vector2i
end Vector2i
costFn CostCallback
map Map
리턴 List