SetTileSetBox() public méthode

public SetTileSetBox ( TileSetBox box ) : void
box TileSetBox
Résultat void
Exemple #1
0
        public void AddLowLayer(TileLayer layer)
        {
            layer.SetTileSetBox(this.TileSets);

            _lowTileLayers.Add(layer);
        }
Exemple #2
0
        public void AddHighLayer(TileLayer layer)
        {
            layer.SetTileSetBox(this.TileSets);

            _highTileLayers.Add(layer);
        }