[LayaAirIDE 2.0]new Laya.TiledMap()提示错误:Laya.TiledMap is not a constructor
class GameMain{运行的时候报错!错误信息如下:
private tMap:Laya.TiledMap;
constructor()
{
Laya.init(Laya.Browser.width, 224, Laya.WebGL);
this.tMap = new Laya.TiledMap();
var viewRect: Laya.Rectangle = new Laya.Rectangle();
this.tMap.createMap("../bin/res/MarioMap1.json", viewRect, Laya.Handler.create(this,this.initMap));
}
private initMap(): void {
}
}
new GameMain();
没有找到相关结果
已邀请:
1 个回复
Aar0n
赞同来自: 欢乐马07