C# Class Dwarrowdelf.AStarResult

Show file Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

Method Description
GetPath ( ) : IEnumerable
GetPathLocationsReverse ( ) : IEnumerable
GetPathReverse ( ) : IEnumerable

Private Methods

Method Description
AStarResult ( AStarStatus status, AStarNode lastNode ) : System

Method Details

GetPath() public method

public GetPath ( ) : IEnumerable
return IEnumerable

GetPathLocationsReverse() public method

public GetPathLocationsReverse ( ) : IEnumerable
return IEnumerable

GetPathReverse() public method

public GetPathReverse ( ) : IEnumerable
return IEnumerable