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

大约有 2,746 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0080 秒)

2091. 发布小游戏压缩js的时候报错误,请问是什么原因呢?正常发布可以的 [ 52%]

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

2092. ios load后 声音播放问题 [ 52%]

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

2093. 图片放在assets根目录下无法被引用成功,必须放到一个文件夹中 [ 52%]

...type: Laya.Loader.ATLAS} ]; Laya.loader.load(resArray, Laya.Handler.create(null,LoadResComplete)); cuixueying • 2017-03-21 16:15 好的,谢谢你的建议,我们会考虑的,谢谢!

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

2094. Cannot connect to runtime process, timeout after 10000 ms - (reason: Cannot connect to the targ 如何解决 [ 52%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 微信小游戏上线了,但凑不够需要的用户量咋办,有人有解决办法么 点击代码编辑模器 就提示无法打...

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

2095. unity导出有动作的模型,加载时报错 [ 52%]

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

2096. h5 js项目打包发布后报错 [ 52%]

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

2097. HTMLDivElement如何设置文本区域内可以上下拖动的效果 [ 52%]

...="#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

2098. 手机浏览器不支持3D,Laya3D init error must support webGl 怎么解决啊 [ 52%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 请问下loader如何强制加载一个文件,避免浏览器的缓存 1.7.15 小游戏3d 发布后在手机预览显示异常 问题状态 最新活动: 2017-09-30 18:02 浏览: 11960 关注: 2 人

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

2099. webaudio 在iframe中使用, android chrome中没声音 [ 52%]

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

2100. 粒子系统在webgl下 旋转会修改粒子大小的BUG,及解决方案 [ 52%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 粒子系统官例里载入的那些json文件是用什么软件生成的? 问题状态 最新活动: 2019-07-16 19:54 浏览: 928 关注: 4 人

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