Function NavmeshBase.EndBatchTileUpdate
EndBatchTileUpdate
()
End batch updating of tiles.
Public
void EndBatchTileUpdate ()
End batch updating of tiles.
During batch updating, tiles will not be connected if they are updated with ReplaceTile. When ending batching, all affected tiles will be connected. This is faster than not using batching.