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

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

321. 手指点击list中的一个Item点击没反应 反复测试 发现 就是 手指稍微动一点就会点不住 手指 肯定没有鼠标精确度高 [ 59%]

...博 QZONE 微信 vison123 赞同来自:     /**@private */     __proto.loop=function(){         var mouseY=Laya.stage.mouseY;         var mouseX=Laya.stage.mouseX;         this._lastOffset=this.isVertical ? (mouseY-this._lastPoint.y):(mouseX-this._lastPoint.x);    ...

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

322. 关于Dialog的closeHandler问题 [ 58%]

...下! 2017-08-07 0 1 分享 微博 QZONE 微信 果丶酱 赞同来自: __proto.open=function(dialog,closeOther){ (closeOther===void 0)&& (closeOther=false); if (closeOther)this.removeChildren(); if (dialog.popupCenter)this._centerDialog(dialog); this.addChild(dialog); if (dialog.isModal ||...

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

323. 如果执行打开窗口再关闭这个窗口引擎就会报错 [ 58%]

...330 赞同来自: laya.core.js 8451行 里加上这句就好了     __proto._transform = function (sprite, context, x, y) {             if(sprite.destroyed){                 return;             } 2019-03-22 0 0 分享 微博 QZONE 微信 为什么被折...

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

324. 想绘制一个自适应得圆角矩形框,失败了,求解惑 [ 58%]

...yle":"#ffffff","lineWidth":"1"}); } Laya.class(login,"login",_super); var _proto = login.prototype; return login; })(Laya.Sprite); 2017-08-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 qwer0258 赞同来自: ...

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

325. 1.0版本BUG反馈-图片窜图BUG [ 58%]

...3-24 19:53 /** *获取唯一标识ID,通常用于识别。 */ __getset(0,__proto,'id',function(){ return String(this._$1__id); }); 158*****700 • 2022-03-24 19:53 目前我们先用这种方案调整,看后续游戏运行情况吧 158*****700 • 2022-03-24 15:40 1.8.1的版本 158*****700 • 20...

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

326. 最新版ide AIR环境 laya.media.SoundManager.playSound 无法播放音效 [ 58%]

...2 浏览: 825 关注: 2 人 tmmigui2008 • 2018-08-13 10:59 chrome会在__proto.play卡断点 这个有办法解决吗

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

327. list的selectHandler属性连续点击同一个item不能重复接收事件 [ 58%]

...即可,去掉判断if (this._selectedIndex !=value)     __getset(0,__proto,'selectedIndex',function(){         return this._selectedIndex;         },function(value){         //if (this._selectedIndex !=value){             this._selectedIndex=value;     ...

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

328. 微信小游戏 code.js 报错 Cannot read property 'apply' of undefined [ 58%]

... 16:34 浏览: 1110 关注: 2 人 醒醒 • 2018-08-15 17:28 laya集成的protobuf版本太高导致的,那个版本集成的是5.x 的proto? hw520ok • 2018-10-18 15:55 那哪个版本的protobuf可以用?

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

329. 骨骼释放纹理 Templet.TEMPLET_DICTIONARY[this.url] url用错了导致Templet删不掉 [ 58%]

...致Templet删不掉     /**     *释放纹理     */     __proto.destroy=function(){         this._isDestroyed=true;         var tTexture;         var $each_tTexture;         /*for each*/for($each_tTexture in this.subTextureDic){            ...

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

330. 请问如何加载base64的图片 [ 58%]

... 2016-12-12 0 0 分享 微博 QZONE 微信 linxu345050878 赞同来自: __proto.uploaderHandler=function (files) { var self=this; var file=files[0]; var reader=new FileReader(); reader.onload=function () { this.headIcon.loadImage(this.result); } reader.readAsDataURL(file); } 是这样显示的吗?...

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