大约有 163 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0040 秒)
...ty 'props' of undefined Uncaught TypeError: Cannot read property 'load' of null 用微信开发者调试的时候出现document.createTextNode is not a function at api readFile fail callback function LayaAir新建3D示例项目,在as开发模式下,运行报错 TypeError: Vector3 is not a constr...
来源: Laya_社区 发布时间: 20200120
...e.version/lib ... js:1: TypeError: Cannot read property 'createTexture' of null s.completeCreate()},n.disposeResource=function(){this._source&&(V.mainContext.deleteTexture(this._so ...
来源: Laya_社区 发布时间: 20180129
...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 关于apk打包动画卡的问题 问题状态 最新活动: 2018-05-29 15:04 浏览: 1006 关注: 2 人 ordinary • 2018-05-29 15:10 怎么能降低一些动画里的什么东西,插件导出快一点呢...
来源: Laya_社区 发布时间: 20180529
...d([{ url:url, type: Laya.Loader.ATLAS }],Laya.Handler.create(this,this.Loa,null)); } private Loa():void { console.log("在又有意义有意义有意义有意义有意义有意义有意义有意义"); } public ClearImg(url:string):void { Laya.Loader.clearRes(url); } 2018-01-09 添加评论 免费帖...
来源: Laya_社区 发布时间: 20180109
...dren(); else this.removeChildren(); } this.onDestroy(); this._children = null; //移除所有事件监听 this.offAll(); //移除所有timer //this.timer.clearAll(this); } 附件 : --> 2022-02-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20220224
...this”了, 报错Uncaught TypeError: Cannot read property 'addState' of null
来源: Laya_社区 发布时间: 20200716
...prite()//随便弄个矩形图片即可 Tween.to(obj, { skewY: 180 }, 100, null, Handler.create(this, turnEnd)); function turnEnd() { obj.内容从背面切换到正面(); Tween.to(obj, {skewY: 360}, 100);//就这个步骤没执行完 } Laya_Aaron • 2018-01-02 17:06 好的,正在查找原因,...
来源: Laya_社区 发布时间: 20180102
...集加载不上 Laya.loader.load(url,Handler.create(this,onLoadComplete),null,Loader.ATLAS); 用Loader.ATLAS图集类型加载失败 附件 : --> myLaya.zip 2019-11-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回...
来源: Laya_社区 发布时间: 20191106
...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 重力感应 Accelerator 发布微信游戏后失效。是因为什么? 发布H5后通过网页打开出现左上角的那个图标是什么东东 怎么去掉 分享:LayaAir下如何获取图集下的...
来源: Laya_社区 发布时间: 20170525
...mber,speed:number)=>{ onEvent('downloading',Math.floor((now/total)*100),null); return false; }, //完成回调 (curlret:number,httpret:number)=>{ if(curlret!=0 || httpret<200||httpret>=300){ onEvent('downloadError'); //throw 'download error'; }else{ onEvent('downloadOK'); //let md5 = cal...
来源: Laya_社区 发布时间: 20180108