Wiki

Clone wiki

RogueSharp / RogueSharp / PathFinder / _ctor

PathFinder Constructor

Constructs a new PathFinder instance for the specified Map

Namespace: RogueSharp
Assembly:

Syntax

public PathFinder(
    IMap map
)

Parameters

map

Type: RogueSharpIMap
The Map that this PathFinder instance will run shortest path algorithms on

Exceptions

Exception Condition
ArgumentNullException Thrown on null map

See Also

Reference

PathFinder Class
RogueSharp Namespace

[4]: 2014-2016 Faron Bracy

Updated