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

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

201. 音频在设置音量大小scale=0时SoundManager无法回调, 并且阻塞所有laya本身的callback [ 70%]

...值如0.001.   简单写法如在init中: SoundManager.playSound("XXX", this, ()=>{             console.log('触发1');             Laya.timer.scale = 0;             SoundManager.playSound("XXX", this, ()=>{                 console.log('触...

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

202. textInput 在安卓手机上软键盘无法弹出,研究了下发现laya.core.js代码存在一些问题 [ 69%]

...,在安卓上Input.input会被修改,但是在set focus 中 input.target=this就无效了 附件 : --> 2021-06-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 157*****593 赞同来自: 在第三个红框中(...

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

203. Laya.Animator 无法通过on监听 [ 69%]

Laya.Animator 无法通过on监听 ani.on(Laya.Event.COMPLETE,this,this.onAniComplete,[ani]); 报错 无法类型"Animator" 上不存在属性"on",现在无法通过on监听了么,请问现在要如何监听动画播放完毕 2019-04-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...

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

204. 自定义控件能否放在任意目录 [ 69%]

...Manager.getWorkPath("laya/custom"); console.log("customUI:",uiConfigPath); this.initCustomUIConfig(uiConfigPath,false); 也就是把教程的里的东西搬到 自己的项目路径/laya/custom 下 2018-05-17 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请...

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

205. 侦听加速器运动在ios手机下无法监听 [ 69%]

...ios手机下无法监听 Laya.Accelerator.instance.on(Laya.Event.CHANGE, this, this.monitorAccelerator); 在android手机中是没有问题的,在ios手机无法监听这个事件 附件 : --> 2020-02-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...

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

206. drawToCanvas无法截取到有子元素。 [ 69%]

...ite(); sp2.x = 100; sp2.loadImage('bet/cheer_1_4.png'); sp1.addChild(sp2); this.addChild(sp1); const htmlCanvas = sp1.drawToCanvas(640, 200, 0, 0); const canvas = htmlCanvas.getCanvas(); trace(canvas.toDataURL('image/png')); const texture = new Laya.Texture(htmlCanvas); const sp = new Sprite(); sp.g...

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

207. 微信排行榜组件内存泄漏 [ 69%]

...: 1562299196用户 打开bin/laya.ui.js找到function WXOpenDataViewer把this.texture的实例化放到onEnable里面,在onDisable加一句this.texture.bitmap.destroy();   2019-07-10 1 0 分享 微博 QZONE 微信 1562299196用户 赞同来自: 请问下怎么解决的 2019-07-10 0 0 分享 微...

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

208. 3D模型无法用Tween类吗 [ 69%]

... x:1     ,y:2     ,update:new Laya.Handler(box,function(){         this.transform.position = this.potOld;     }) }, ConstValue.animationTime,Laya.Ease.elasticOut,Laya.Handler.create(this, function(){     console.log("complete"); }),ConstValue.animationDelay);   无法直接设置原因...

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

209. 一个场景中加两个线形碰撞体出错 [ 69%]

...   _setShape(false);             }             this.label = (this.label || "ChainCollider");             return super.getDef();         }   改成这样既可 2018-11-19 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题...

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

210. laya2.0微信开发域无法显示 [ 68%]

...讨论,修改了laya.core.js里面 value && (value._addReference(this._referenceCount)); =》 if(value && value._addReference){ value._addReference(this._referenceCount) }   又报:this._bitmap._addReference is not a function 同上依次改之。   不报错之后,开发域...

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