Exemplo n.º 1
0
    public void ZoomIn(MapRegion focusRegion)
    {
        Camera.main.orthographicSize = 6.5f;
        mapLevel = MapLevel.Nodes;

        regionMap.Show(false);
        nodeMap.LoadRegion(focusRegion);

        regionSelector.End();
        nodeSelector.Begin();
    }