C# 클래스 EpPathFinding.JumpPointFinder

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

공개 메소드들

메소드 설명
FindPath ( JumpPointParam iParam ) : List
GetFullPath ( List routeFound ) : List

비공개 메소드들

메소드 설명
findNeighbors ( JumpPointParam iParam, Node iNode ) : List
identifySuccessors ( JumpPointParam iParam, Node iNode ) : void
jump ( JumpPointParam iParam, int iX, int iY, int iPx, int iPy ) : EpPathFinding.GridPos
jumpLoop ( JumpPointParam iParam, int iX, int iY, int iPx, int iPy ) : EpPathFinding.GridPos

메소드 상세

FindPath() 공개 정적인 메소드

public static FindPath ( JumpPointParam iParam ) : List
iParam JumpPointParam
리턴 List

GetFullPath() 공개 정적인 메소드

public static GetFullPath ( List routeFound ) : List
routeFound List
리턴 List