Function NavmeshAdd.RequiresUpdate

RequiresUpdate (GridLookup<NavmeshClipper>.Root previousState)

Returns true if this object has moved so much that it requires an update.

Public
bool RequiresUpdate (

GridLookup<NavmeshClipper>.Root

previousState

)

Returns true if this object has moved so much that it requires an update.

When an update to the navmesh has been done, call NotifyUpdated to be able to get relavant output from this method again.