Function DynamicObstacle.DoUpdateGraphs
DoUpdateGraphs
()
Update the graphs around this object.
Public
void DoUpdateGraphs ()
Update the graphs around this object.
Note
The graphs will not be updated immediately since the pathfinding threads need to be paused first. If you want to guarantee that the graphs have been updated then call AstarPath.FlushGraphUpdates after the call to this method.