Class Pathfinding
Inheritance
System.Object
Pathfinding
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NavJU.Services
Assembly: NavJU.dll
Syntax
public class Pathfinding
Constructors
Pathfinding(MainViewModel)
Declaration
public Pathfinding(MainViewModel model)
Parameters
| Type | Name | Description |
|---|---|---|
| MainViewModel | model |
Methods
FindPath(Room, Room, Boolean, Boolean)
Declaration
public Task<PathTo> FindPath(Room start, Room end, bool barrierFree, bool elevator)
Parameters
| Type | Name | Description |
|---|---|---|
| Room | start | |
| Room | end | |
| System.Boolean | barrierFree | |
| System.Boolean | elevator |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<PathTo> |