大约有 443 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0046 秒)
Laya_社区(404) Laya2.0_文档(10) Laya3.0_文档(9) laya_api(6) Laya3.0_api(5) Laya2.0_api(5) Laya2.0_示例(2) Laya_示例(2)
...: >>>JCConchRender::clearAllData =-1096760864 W/LayaBox: download error: timeout, dt=8,opttimeout=1798 I/LayaBox: Downloaded http://happiness.joyleafs.com/ncapi/client/app*/*/assetsid.txt?rand=1121768099606.6038@ s=0 l=0 I/LayaBox: onerror UnknownError assetsid old: new:null I/L...
来源: Laya_社区 发布时间: 20210305
...问题请先登录 发起人 Joyce 相关问题 alertexception info: [Typeerror: null is not object (evaluating this. vaoext createvertexarrayoes"] Cannot read property 'displayObject' of null laya2.6.0打apk和小游戏都会报_InPool为null Uncaught TypeError: Cannot read property 'load' of null ...
来源: Laya_社区 发布时间: 20240508
...加载完成的回到函数执行失败,经测试是不会触发回调,Error事件也不会触发,网络连接后再继续加载会导致进不去游戏,请问大神,在加载资源过程中断网底层是怎么处理的呢,有没有什么办法可以解决这个问题呢? 2018-04-02 ...
来源: Laya_社区 发布时间: 20180402
...境找不到window---cant find variable: window stack TS项目运行报:Error processing "launch":Error:找不到文件:null 热更新有时候会漏掉或者没有正确加载某个js代码文件,导致游戏在运行中因找不到这个文件而报错了。 h5发布后,访问不到图片...
来源: Laya_社区 发布时间: 20190424
....Event.COMPLETE, this, cb_onSuccess); req.on(laya.events.Event.ERROR, this, cb_onFail); req.send(url); } // 下载jpg图片成功后,显示在舞台上,response为 bmp图片二进制 function cb_onSuccess(response) { /* 如何把bmp...
来源: Laya_社区 发布时间: 20170103
...目使用matter.js库无智能提示 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target Ts 编辑提示error TS5023: Unknown option 'p' 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 点...
来源: Laya_社区 发布时间: 20200516
...* <p>加载资源。资源加载错误时,本对象会派发 Event.ERROR 事件,事件回调参数值为加载出错的资源地址。</p> * <p>因为返回值为 LoaderManager 对象本身,所以可以使用如下语法:Laya.loader.load(...).load(...);</p...
来源: Laya_社区 发布时间: 20180502
... "laya.events.Event")]*/ /** * 请求出错时调度。 * @eventType Event.ERROR * */ /*[Event(name = "error", type = "laya.events.Event")]*/ 2.1.4 在代码中怎么使用 LayaAir引擎中用 HttpRequest 继承的是 EventDispatcher,具有事件派发的功能。加上本身具备发送请求的...
来源: Laya3.0_文档 发布时间: 20250104
... 错误信息: Warning!,this class[MiniAdpter] already exist: Object Error: LoaderManager:unknown file(E:/LayaAir/ZJKZWDT/bin/main/SMain.ls) extension with: ls. at LoaderManager.__proto._create (file:///E:/LayaAir/ZJKZWDT/bin/libs/laya.core.js:12981:11) at LoaderManager.__proto.cre...
来源: Laya_社区 发布时间: 20180523
..._sound.on(Laya.Event.PROGRESS,this,this.loadcom_f); bg_sound.on(Laya.Event.ERROR,this,this.loadcom_f); bg_sound.load("res/bg.mp3"); private loadcom_f(e:Laya.Event):void{ console.log("------------------=============") }可是这么写了一户,发现loadcom_f根本就没有被调用,还希望各...
来源: Laya_社区 发布时间: 20160805