- Unity 2018 Artificial Intelligence Cookbook(Second Edition)
- Jorge Palacios
- 51字
- 2021-07-16 18:11:36
Getting ready
This is a high-level algorithm that relies on each graph's implementation of the main functions (build, init, and so on), so that the algorithm is implemented in the Graph class.
It is important to take a moment and verify when the recipe is manipulating actual objects, or vertex IDs.