Wiki

Clone wiki

RogueSharp / RogueSharp / PathFinder / README

PathFinder Class

A class which can be used to find shortest path from a source to a destination in a Map

Inheritance Hierarchy

SystemObject
RogueSharpPathFinder

Namespace: RogueSharp
Assembly:

Syntax

publicclassPathFinder

The PathFinder type exposes the following members.

Constructors

Name Description
PathFinder Constructs a new PathFinder instance for the specified Map

Methods

Name Description
Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
GetType Gets the Type of the current instance. (Inherited from Object.)
MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
ShortestPath Returns an ordered IEnumerable of Cells representing the shortest path from a specified source Cell to a destination Cell
ToString Returns a string that represents the current object. (Inherited from Object.)

See Also

Reference

RogueSharp Namespace

[4]: 2014-2016 Faron Bracy

Updated