大约有 1,499 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0060 秒)
...e.crossOrigin=""; line:17497 //this._source.crossOrigin=""; line:17480 if (src.indexOf("data:image")!=0)this._source.crossOrigin=""; 仅供参考,没有详细研究,不知道会不会引发其他bug,希望对大家有帮助 2017-02-04 添加评论 免费帖 --> 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20170204
...=201606151103:396: TypeError: Cannot read property 'indexOf' of undefined if (location.search != "" || location.hash.indexOf('?') > -1){//获取游戏启动地址的... 请问该如何处理呢? 附件 : --> 2018-08-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20180823
...e.log(` ${key}:`); } const GCtrClass = Laya.ClassUtils.getClass("GCtr"); if (!GCtrClass) { console.error("未找到 GCtr 类"); return; } // 3. 直接添加到当前脚本的owner节点上 // this.owner 就是Main脚本挂载的节点 const gCtrInstance = this.owner.addComponent(GCtrClass); aw...
来源: Laya_社区 发布时间: 20251230
...astWords,hasLine,graphic,recList){ var lineY=lastWords.y+lastWords.height; if(hasLine) graphic.drawLine(startWord.x,lineY,lastWords.x+lastWords.width,lineY,this.color,1); var hitRec=HTMLHitRect.create(); hitRec.rec.setTo(startWord.x,lastWords.y,lastWords.x+lastWords.width-startWord.x,lastWords.heigh...
来源: Laya_社区 发布时间: 20190801
... set Module.TOTAL_MEMORY to a higher value before the program runs, or (4) if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0 ") 附件 : --> laya-hammer.zip 2019-10-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...
来源: Laya_社区 发布时间: 20191028
... Todo 赞同来自: ......... 2017-01-12 0 0 分享 微博 QZONE 微信 jifm 赞同来自: 两个等号,你这是赋值 2017-01-12 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Todo 相关问题 两个对象new了一个相同的对象...
来源: Laya_社区 发布时间: 20170112
... removed in M64, around January 2018. Please use setTargetAtTime() instead if smoothing is needed. See https://www.chromestatus.com/f ... 29152 for more details. (anonymous) @ laya.core.js:16299 SoundManager.playSound @ laya.core.js:4878 SoundManager.playSound @ SoundManager.ts:13 LoginView.login @ ...
来源: Laya_社区 发布时间: 20171228
...8-03-01 15:31 浏览: 1446 关注: 5 人 helloworldlv • 2018-03-05 20:37 if (Render.isConchApp){ bitmap.source.enableMerageInAtlas(true/*false*/); } helloworldlv • 2018-03-05 20:37 试试这个 tyevlag • 2018-02-28 22:52 呃,就是说指定某些纹理,条件不只是图片大小 tyevlag ...
来源: Laya_社区 发布时间: 20180228
...,跳过onLoaded方法中的BUG。哎,只能这样临时处理一下。 if (url == "" || url == null) { url = null; type = null; this._type = null; } 2019-07-09 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 这个问题之前已经修复,还未发布,感谢您的反馈~! 2019-07-0...
来源: Laya_社区 发布时间: 20190709
... _proto.onlineClick = function(){ var gold = StorageHelper.getUserGold(); if(gold > 500){ Online.joinGame().then(function(data){ console.log(data); StorageHelper.setDeskNo(data.desk.deskNo); StorageHelper.setDeskSeat(data.ownSeatNo); Laya.stage.destroyChildren(); var playSence = new OnlinePlaySen...
来源: Laya_社区 发布时间: 20171219