Function GraphUpdateScene.GetGraphUpdate
GraphUpdateObject GetGraphUpdate ()
The GraphUpdateObject which would be applied by this component.
No graphs are actually updated by this function. Call AstarPath.active.UpdateGraphs and pass this object if you want that. This method is useful if you want to modify the object before passing it to the UpdateGraphs function.
See