Updates an area using the specified GraphUpdateObject.
Notes to implementators. This function should (in order):
- Call o.WillUpdateNode on the GUO for every node it will update, it is important that this is called BEFORE any changes are made to the nodes.
- Update walkabilty using special settings such as the usePhysics flag used with the GridGraph.
- Call Apply on the GUO for every node which should be updated with the GUO.
- Update eventual connectivity info if appropriate (GridGraphs updates connectivity, but most other graphs don't since then the connectivity cannot be recovered later).
The documentation for this interface was generated from the following file:
- /Users/aron/Unity/AstarPathfindingGIT/Assets/AstarPathfindingProject/Core/astarclasses.cs