Property | Type | Description | |
---|---|---|---|
gridGenerator | CollisionGridGenerator |
Method | Description | |
---|---|---|
FindPath ( Vector3 startPos, Vector3 endPos ) : Path, |
Method | Description | |
---|---|---|
CalcDist ( Vector3 a, Vector3 b ) : float | ||
GetLowestFScore ( List |
||
GetNeigbors ( Vector3 currentNode ) : List |
||
GuessDistanceHeuristic ( Vector3 startPos, Vector3 endPos ) : float | ||
PlaceholderPath ( Vector3 startPos, Vector3 endPos ) : Path, | ||
ReconstructPath ( Vector3>.Dictionary |
public FindPath ( Vector3 startPos, Vector3 endPos ) : Path, | ||
startPos | Vector3 | |
endPos | Vector3 | |
return | Path, |