#include <navcellgrid.h>
This class is an internal class used to manage all the NavCell in a grid.
There is 1 NavCellGrid object per Database. the NavCellGrid is responsible for the spreading of NavCells coming from added NavMeshElement within a CellPos-based grid, choosing which NavCell has to be activated in term of overlap, GuidCompound, spatializing, by CellPos, the NavGraphVertex and the TagVolumes, updating the active data according to DynamicNavMeshQuery results, ... You should not need to access and use this class directly.