• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 163 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0040 秒)

101. TypeError: Laya.Browser.window.conch.setFontFaceFromBuffer is not a function [ 61%]

...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

102. LayaNative 是不是不支持3D[ 61%]

...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

103. 插件使用中动画导出问题,很慢么? [ 61%]

...用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

104. 图集资源clearRes清除之后下次再用到load时加载失败 [ 61%]

...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

105. Node.ts 节点销毁之后为什么要注释掉 timer 的清理操作。 [ 61%]

...dren(); else this.removeChildren(); } this.onDestroy();  this._children = null;  //移除所有事件监听 this.offAll();  //移除所有timer //this.timer.clearAll(this); } 附件 : --> 2022-02-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...

来源: Laya_社区 发布时间: 20220224

106. 【新手求助】播放动画问题 Uncaught TypeError: Cannot read property 'addState' of undefined [ 61%]

...this”了, 报错Uncaught TypeError: Cannot read property 'addState' of null

来源: Laya_社区 发布时间: 20200716

107. 缓动动画SKEW-Y从0到360卡住 [ 61%]

...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

108. 【vivo】2d图集加载不上 [ 61%]

...集加载不上 Laya.loader.load(url,Handler.create(this,onLoadComplete),null,Loader.ATLAS); 用Loader.ATLAS图集类型加载失败 附件 : --> myLaya.zip 2019-11-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回...

来源: Laya_社区 发布时间: 20191106

109. 1.7.5IDE发布 app 单机版加载不到资源 [ 60%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 重力感应 Accelerator 发布微信游戏后失效。是因为什么? 发布H5后通过网页打开出现左上角的那个图标是什么东东 怎么去掉 分享:LayaAir下如何获取图集下的...

来源: Laya_社区 发布时间: 20170525

110. zip更新模式缓存是怎么读取的?? [ 60%]

...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