想测试Tiled+Laya.TiledMap,结果遇到了Uncaught TypeError: Laya.TiledMap is not a constructor
之后发现是没有导入对应的tilemap引擎库的问题
如果实在在LayaAir IDE 中,直接F9,选取类库设置,勾选没有加载的引擎库即可
image.png
如果是用webStorm开发,找到index.js,,加上 loadLib("libs/laya.tiledmap.js") 即可
如果是用webStorm开发,找到index.js,,加上 loadLib("libs/laya.tiledmap.js") 即可
本文标题:Uncaught TypeError: *** is not a
本文链接:https://www.haomeiwen.com/subject/zzofrktx.html
网友评论