コード例 #1
0
        public void SetViewLayer(string layerName)
        {
            currentViewLayer = worldMap.GetLayer(layerName);

            imageGrid.ClearCells();

            UpdateVisible();
        }