C# 클래스 AStar, tutorials

상속: MonoBehaviour
파일 보기 프로젝트 열기: poeticmatter/tutorials 1 사용 예제들

공개 메소드들

메소드 설명
AStar ( AStarCost, aStarCost, int fromX, int fromY, int toX, int toY ) : System
findPath ( ) : void

비공개 메소드들

메소드 설명
getFromHeap ( AStarNode, node, Heap, list ) : AStarNode,
printNodeList ( List nodes ) : void
processSuccessors ( List successors ) : void
recordSolution ( AStarNode current ) : void
successorWorseThanExisting ( AStarNode successor, AStarNode existing ) : bool

메소드 상세

AStar() 공개 메소드

public AStar ( AStarCost, aStarCost, int fromX, int fromY, int toX, int toY ) : System
aStarCost AStarCost,
fromX int
fromY int
toX int
toY int
리턴 System

findPath() 공개 메소드

public findPath ( ) : void
리턴 void