TiledMapper.Tile.setBlock C# (CSharp) Méthode

setBlock() protected méthode

protected setBlock ( int dir, bool val ) : void
dir int
val bool
Résultat void
        protected void setBlock(int dir, bool val)
        {
            blocks[dir] = val;
        }