Function OffMeshLinks.DirtyBounds

DirtyBounds (Bounds bounds)

Mark links touching the given bounds as dirty.

Public
void DirtyBounds (

Bounds

bounds

)

Mark links touching the given bounds as dirty.

The bounds should contain the surface of all nodes that have been changed.

This will cause the links to be recalculated as soon as possible.

Note

Since graphs should only be modified during graph updates, this method should also only be called during a graph update.