Function Seeker.ReleaseClaimedPath
ReleaseClaimedPath
()
Releases the path used for gizmos (if any).
Private
void ReleaseClaimedPath ()
Releases the path used for gizmos (if any).
The seeker keeps the latest path claimed so it can draw gizmos. In some cases this might not be desireable and you want it released. In that case, you can call this method to release it (not that path gizmos will then not be drawn).
If you didn't understand anything from the description above, you probably don't need to use this method.
See