大约有 2,746 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0080 秒)
Laya_社区(1928) Laya3.0_api(248) Laya2.0_api(162) laya_api(132) Laya_示例(81) Laya2.0_文档(81) Laya2.0_示例(65) Laya3.0_文档(49)
...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 问题状态 最新活动: 2018-08-06 10:55 浏览: 1049 关注: 2 人 Laya_Aaron • 2018-08-06 16:10 报错已经标注哪一行有问题 纪龙 • 2018-08-07 15:10 报错后core.js内容为空,如何...
来源: Laya_社区 发布时间: 20180806
...d(resurls, Handler.create(this, onLoaded), Handler.create(this, onLoading, null, false)); function onLoaded(){ console.log(Laya.loader.getRes(src)); } 在chrome,安卓下都是正常的,在ios和mac Safari下是undefined 放在一个sprite的click事件里 同样也是undefined 2017-08-11 ...
来源: Laya_社区 发布时间: 20170811
...type: Laya.Loader.ATLAS} ]; Laya.loader.load(resArray, Laya.Handler.create(null,LoadResComplete)); cuixueying • 2017-03-21 16:15 好的,谢谢你的建议,我们会考虑的,谢谢!
来源: Laya_社区 发布时间: 20170317
...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 微信小游戏上线了,但凑不够需要的用户量咋办,有人有解决办法么 点击代码编辑模器 就提示无法打...
来源: Laya_社区 发布时间: 20170526
..."res/LayaScene_Model_1001/Conventional/Model_1001.lh", Laya.Handler.create(null, (sprite:Laya.Sprite3D) => { this.mScene.addChild(sprite); sprite.transform.translate(new Laya.Vector3(-0.3, 0, 0)); })); 报错信息laya.d3.js:6573 Uncaught TypeError: Cannot set property 'x' of undefined a...
来源: Laya_社区 发布时间: 20200107
...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 1.7.15 小游戏3d 发布后在手机预览显示异常 问题状态 最新活动: 2017-08-15 18:16 浏览: 1524 关注: 2 人 tatnao9323 • 2017-12-05 14:36 最后解决了么? Funkyfun • 2017-08-09 ...
来源: Laya_社区 发布时间: 20170809
...="#eeffcc"; var sp:Sprite=new Sprite(); sp.graphics.drawRect(50,50,300,300,null,"#0000FF",2); Laya.stage.addChild(sp); html=new HTMLDivElement(); html.innerHTML="<span>哈哈哈哈哈</span>"; Laya.stage.addChild(html); html.on(Event.MOUSE_DOWN,this,onHtmlDown); } private function onHtml...
来源: Laya_社区 发布时间: 20170905
...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 请问下loader如何强制加载一个文件,避免浏览器的缓存 1.7.15 小游戏3d 发布后在手机预览显示异常 问题状态 最新活动: 2017-09-30 18:02 浏览: 11960 关注: 2 人
来源: Laya_社区 发布时间: 20170930
... WebAudioSound._playEmptySound=function(){ if (WebAudioSound.ctx==null){ return; }; var source=WebAudioSound.ctx.createBufferSource(); source.buffer=WebAudioSound._miniBuffer; source.connect(WebAudioSound.ctx.destination); source.start(0,0,0); ...
来源: Laya_社区 发布时间: 20171114
...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 粒子系统官例里载入的那些json文件是用什么软件生成的? 问题状态 最新活动: 2019-07-16 19:54 浏览: 928 关注: 4 人
来源: Laya_社区 发布时间: 20180702