Function AstarPath.UpdateGraphs

UpdateGraphs (Bounds bounds)

Update all graphs within bounds.

Public
UpdateGraphs (Bounds bounds, float delay)

Update all graphs within bounds after delay seconds.

Public
UpdateGraphs (GraphUpdateObject ob)

Update all graphs using the GraphUpdateObject.

Public
UpdateGraphs (GraphUpdateObject ob, float delay)

Update all graphs using the GraphUpdateObject after delay seconds.

Public