Class GraphUpdateUtilities

Public

Contains useful functions for updating graphs.

This class works a lot with the GraphNode class, a useful function to get nodes is AstarPath.GetNearest.

Public Static Methods

UpdateGraphsNoBlock (guo, node1, node2, alwaysRevert=…)

Updates graphs and checks if all nodes are still reachable from each other.

Public Static
UpdateGraphsNoBlock (guo, nodes, alwaysRevert=…)

Updates graphs and checks if all nodes are still reachable from each other.

Public Static