rainysky 在TileMap的MapLayer的init函数中 如果设置viewport,显示区域变黑如果设置scrollRect,正常显示 // this.viewport = new Rectangle(0, 0, Laya.stage.width, Laya.stage.height); this.scrollRect = new Rectangle(0, 0, Laya.stage.width, Laya.stage.height);