C# 클래스 AStarPathFinding.AStar

파일 보기 프로젝트 열기: Andrea/IncompleteGameLabs 1 사용 예제들

공개 메소드들

메소드 설명
AStar ( AStarPathFinding.Map map ) : System.Collections.Generic
CalculatePath ( ) : void

비공개 메소드들

메소드 설명
AddAdjacentCellToOpenList ( AStarPathFinding.Node parentNode, int columnOffset, int rowOffset, int gCost ) : void
FindSmallestF ( ) : AStarPathFinding.Node

메소드 상세

AStar() 공개 메소드

public AStar ( AStarPathFinding.Map map ) : System.Collections.Generic
map AStarPathFinding.Map
리턴 System.Collections.Generic

CalculatePath() 공개 메소드

public CalculatePath ( ) : void
리턴 void