By calling NavTileManager.Instance.AreaManager you can access all area related data.
GetAreaById | Returns the NavTileArea corresponding to that index. If the index is outside the bounds (0 – 31), it returns null. |
GetAreaIDByName | Gives the index of the area with the specified name if present, otherwise, -1 is returned. |
GetAreaByName | Returns the NavTileArea with the specified name if present, otherwise, null. |
IsDuplicateEntry | Checks if the specified area name is already present. |
InitializeDefaultNavTileAreas | Resets all NavTileAreas to the default. Use with caution as this will delete your areas. |