Esempio n. 1
0
 /** Scan the graph.
  *
  * Consider using AstarPath.Scan() instead since this function only scans this graph and if you are using multiple graphs
  * with connections between them, then it is better to scan all graphs at once.
  */
 public void Scan()
 {
     active.Scan(this);
 }