Function DynamicObstacle.OnPostScan

OnPostScan ()

Called right after all graphs have been scanned.

Public
void OnPostScan ()

Called right after all graphs have been scanned.

Note

Area information (see Pathfinding.HierarchicalGraph) may not be up to date when this event is sent. This means some methods like Pathfinding.PathUtilities.IsPathPossible may return incorrect results. Use OnLatePostScan if you need that info to be up to date.