大约有 13 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0063 秒)
...col schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.__proto.send @ firstGame.max.js:9742 firstGame.max.js:9137 [warn]Retry to load: F:/Laya/Project/firstGame/bin/h5/res/atlas/comp.json firstGame.max.js:9742 XMLHttpRequest cannot load file:///F:/Laya/Project/firstGame/...
来源: Laya_社区 发布时间: 20170108
...回复问题请先登录 发起人 xiahaijiao 相关问题 Failed to load resource: net::ERR_FILE_NOT_FOUND retry to load问题 微信小游戏兼容性bug 部分机型load场景不显示 iOS 接入微信登录,配置了"Other Linker Flags"中加入"-Objc -all_load"后编译不通过 有人知道...
来源: Laya_社区 发布时间: 20180129
...ple Developer Program License Agreement. This code, combined with a remote resource, can facilitate significant changes to your app’s behavior compared to when it was initially reviewed for the App Store. While you may not be using this functionality currently, it has the potential to load private...
来源: Laya_社区 发布时间: 20171221
... 代码如下: class main{ constructor(){ MapManager.getInstance().LoadMapResource(); } } new main(); class MapManager { private static s_instance = null; public static getInstance():MapManager { if(null==this.s_instance) { this.s_instance=new MapManager(); this.s_instance.init(); } return this.s_in...
来源: Laya_社区 发布时间: 20171124
...ple Developer Program License Agreement. This code, combined with a remote resource, can facilitate significant changes to your app’s behavior compared to when it was initially reviewed for the App Store. While you may not be using this functionality currently, it has the potential to load private...
来源: Laya_社区 发布时间: 20171221
...现类似以下提示的警告。 Failed to load 'http://localhost:18094/resources/ddlx_02/ddlx_02.atlas' Unexpected token 'd', "ddlx_02.pn"... is not valid JSON 这是由于,虽然spine的atlas和我们引擎的图集文件atlas同名,但不是同样的东西。我们的图集信息是Json格...
来源: Laya3.0_文档 发布时间: 20260203
...现类似以下提示的警告。 Failed to load 'http://localhost:18094/resources/ddlx_02/ddlx_02.atlas' Unexpected token 'd', "ddlx_02.pn"... is not valid JSON 这是由于,虽然spine的atlas和我们引擎的图集文件atlas同名,但不是同样的东西。我们的图集信息是Json格...
来源: Laya3.0_文档 发布时间: 20260131
...间 http.http.timeout = 10000; //发送了一个简单的请求 http.send("resources/data.txt", "", "get", "text");//需要在resources文件夹下新建一个data.txt文件 //设置完成事件,添加回调方法 http.once(Laya.Event.COMPLETE, this, this.completeHandler); //设置错误事件,...
来源: Laya3.0_文档 发布时间: 20250104
...ldNativeWithCmake... after 7 ms > hvigor Finished :entry:default@ProcessResource... after 3 ms > hvigor Finished :libSysCapabilities:default@ProcessLibs... after 10 ms > hvigor Finished :libSysCapabilities:default@DoNativeStrip... after 14 ms > hvigor Finished :entry:default@BuildNativeW...
来源: Laya_社区 发布时间: 20250106
... = new Vector2(); this.resPath.push(newVec); } //预加载所有资源 var resource: ILoadURL[] = [{ url: "res/threeDimen/scene/TerrainScene/XunLongShi.ls", priority: 1 }, { url: "res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", priority: 1 }, { url: "res/threeDimen/scene/TerrainScene/Assets/Heig...
来源: Laya3.0_文档 发布时间: 20230303