コード例 #1
0
 public void StartBFS()
 {
     GraphOperations.BfsShotestPath(GraphManager.g, GraphManager.VertexList[SelectedIndexDest], GraphManager.VertexList[SelectedIndexSource]);
     SceneManager.LoadScene(GraphManager.ShortestPath[0].SceneNumber);
 }