Click or drag to resize
Slash.AI.Pathfinding Namespace

[Missing <summary> documentation for "N:Slash.AI.Pathfinding"]

Classes
  ClassDescription
Public classAStar
Implemenation of the A* algorithm for calculating the most efficient path between two specified pathfinding nodes.
Public classAStarNode
Default implementation of an A* node.
Interfaces
  InterfaceDescription
Public interfaceIAStarNode
Node used for the A* pathfinding algorithm.