obj
Exposes the A* path finding algorithm.
AStar.FindPath(start, destination, distance, estimate)
'Node
Func<'Node, 'Node, float32>
Func<'Node, float32>
Path<'Node>
Type something to start searching.