C# Class Dwarrowdelf.AStarResult

Afficher le fichier Open project: tomba/dwarrowdelf Class Usage Examples

Méthodes publiques

Méthode Description
GetPath ( ) : IEnumerable
GetPathLocationsReverse ( ) : IEnumerable
GetPathReverse ( ) : IEnumerable

Private Methods

Méthode Description
AStarResult ( AStarStatus status, AStarNode lastNode ) : System

Method Details

GetPath() public méthode

public GetPath ( ) : IEnumerable
Résultat IEnumerable

GetPathLocationsReverse() public méthode

public GetPathLocationsReverse ( ) : IEnumerable
Résultat IEnumerable

GetPathReverse() public méthode

public GetPathReverse ( ) : IEnumerable
Résultat IEnumerable