let tile1:cc.TiledTile = new cc.TiledTile(); tile1.x = 1; tile1.y = 2; tile1.gid = 1;
这样赋值不行吗,为什么没生效?
没人自顶一下