C# Class CellPathfinder, DoomRoom

Afficher le fichier Open project: EddieCameron/DoomRoom Class Usage Examples

Méthodes publiques

Méthode Description
PathTo ( Vector3 fromPoint, Vector3 toPoint ) : Vector3[]

Private Methods

Méthode Description
ClearBetween ( Vector3 fromPoint, Vector3 toPoint ) : bool
HeuristicDist ( Cell, fromCell, Cell, toCell ) : float
SmoothPath ( List path ) : List
WalkPath ( Cell>.Dictionary cameFrom, Cell, curNode ) : List

Method Details

PathTo() public static méthode

public static PathTo ( Vector3 fromPoint, Vector3 toPoint ) : Vector3[]
fromPoint Vector3
toPoint Vector3
Résultat Vector3[]