C# 클래스 CellPathfinder, DoomRoom

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

공개 메소드들

메소드 설명
PathTo ( Vector3 fromPoint, Vector3 toPoint ) : Vector3[]

비공개 메소드들

메소드 설명
ClearBetween ( Vector3 fromPoint, Vector3 toPoint ) : bool
HeuristicDist ( Cell, fromCell, Cell, toCell ) : float
SmoothPath ( List path ) : List
WalkPath ( Cell>.Dictionary cameFrom, Cell, curNode ) : List

메소드 상세

PathTo() 공개 정적인 메소드

public static PathTo ( Vector3 fromPoint, Vector3 toPoint ) : Vector3[]
fromPoint Vector3
toPoint Vector3
리턴 Vector3[]