Function AstarPath.QueueGraphUpdates
QueueGraphUpdates
()
Will apply queued graph updates as soon as possible, regardless of batchGraphUpdates.
Public
void QueueGraphUpdates ()
Will apply queued graph updates as soon as possible, regardless of batchGraphUpdates.
Calling this multiple times will not create multiple callbacks. This function is useful if you are limiting graph updates, but you want a specific graph update to be applied as soon as possible regardless of the time limit. Note that this does not block until the updates are done, it merely bypasses the batchGraphUpdates time limit.