C# 클래스 PathGenerator, RTSControls

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

공개 프로퍼티들

프로퍼티 타입 설명
gridGenerator CollisionGridGenerator

공개 메소드들

메소드 설명
FindPath ( Vector3 startPos, Vector3 endPos ) : Path,

비공개 메소드들

메소드 설명
CalcDist ( Vector3 a, Vector3 b ) : float
GetLowestFScore ( List openSet, float>.Dictionary fScores ) : Vector3
GetNeigbors ( Vector3 currentNode ) : List
GuessDistanceHeuristic ( Vector3 startPos, Vector3 endPos ) : float
PlaceholderPath ( Vector3 startPos, Vector3 endPos ) : Path,
ReconstructPath ( Vector3>.Dictionary cameFrom, Vector3 currentNode ) : Path,

메소드 상세

FindPath() 공개 메소드

public FindPath ( Vector3 startPos, Vector3 endPos ) : Path,
startPos Vector3
endPos Vector3
리턴 Path,

프로퍼티 상세

gridGenerator 공개적으로 프로퍼티

public CollisionGridGenerator gridGenerator
리턴 CollisionGridGenerator