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

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

171. 音乐播放 position 和 duration 问题 [ 52%]

...     console.log("失去焦点")          this.NowPlayMusic.stop();      }     GetFocus(){         console.log("获取焦点");          Laya.SoundManager.stopMusic();         Laya.SoundManager.destroySound("aaa.mp3")         this.NowPlayMusic...

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

172. laya.d3.core.particleshuriken.ShurikenParticleSystem_API3.0 [ 52%]

...ne cloneTo emit pause play setDrawArrayParams setDrawElemenParams simulate stop Constructors constructor new ShurikenParticleSystem(render: ShurikenParticleRenderer, meshTopology?: MeshTopology, drawType?: DrawType): ShurikenParticleSystem Overrides GeometryElement.constructor Defined in laya/d3/cor...

来源: Laya3.0_api 发布时间: 20231115

173. 为什么播放音乐切换其他浏览器窗口再切回来暂停音乐开关就失效了 [ 52%]

...来的sound了,所以你调暂停是无效的。只能通过SoundManager.stopMusic();停止播放 2017-11-01 0 0 分享 微博 QZONE 微信 user23434 赞同来自: 那为什么播放状态失去焦点后,再回到焦点按暂停按钮第一次会失效哇 2017-11-01 0 6 分享 微博 QZONE 微...

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

174. 关于Timer的循环的最佳实践? [ 52%]

...法通过 用SWF用工具转换操作不了 一直循环播放用例子的stop()方法没用 问题状态 最新活动: 2017-08-21 16:01 浏览: 788 关注: 2 人 nalley • 2017-08-21 16:09 是一个射击类游戏。功能无非是背景滑动,飞机移动,射击大量子弹(子弹有嵌套...

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

175. u3d导入的粒子效果没有停止方法以及相应事件的吗? [ 51%]

...、该沉默 赞同来自: 有停止方法。粒子shurikenparticleSystem.stop()可以停止播放粒子 具体请查看API链接  https://layaair.ldc.layabox.com/api/?category=3D&class=laya.d3.core.particleShuriKen.ShurikenParticleSystem   粒子效果,你查看一下官方的引擎示例...

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

176. 版本管理swf找同名的Json文件发现找不到 [ 51%]

...sPath?atlasPath:url.split(".swf")[0]+".json";             this.stop();             //this['_clear']();             this._movieClipList=[this];             var data;             data=Loader.getRes(this['_url']);             if (!...

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

177. 动态阴影被切割了?为啥没有显示完成的阴影 [ 51%]

... cubeScript = currentCube.getComponentByType(BoxControlScript); cubeScript.stop(currentCube); // addMoveBox() } return LayaAir3D; }()); LayaAir3D(); 2018-04-04 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 qqyemingqq 相关问题 请问...

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

178. layaAir 1.7.10 编译的时候,注释翻译成JS有问题 [ 51%]

...059 • 2017-09-28 11:59 好的,还有个问题。movieChlip里的gotoAndStop()不起作用啊。没有跳到我指定的帧 momo199059 • 2017-09-28 12:00 是在动画已经stop在某一帧的时候,使用gotoAndStop Monica • 2017-09-28 13:43 @momo199059:动画不要做在一帧上 momo19905...

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

179. 设置骨骼动画停留在某一帧/某一个时间点 [ 51%]

...y;time停留的时间点;index动画下标,默认0 function onGotoAndStop(armature: any, time: number, index: number = 0): void {     var player = armature.player;     time /= player.playbackRate;    // 根据速率得出准确的单位时间     // 停留的时间必须小于总...

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

180. 使用IDE制作的动画在pc模拟器播放OK在手机端不显示 [ 51%]

...var _this = this; this.tl.on(this.Event.COMPLETE,this,function(){ _this.tl.stop(); }) console.log(this.tl) this.tl.interval = 1000 / 60; // this.tl.play(); apesCtn.addChild(this.tl); apesCtn.height = 1500; apesCtn.width = 3248; this.tl.pivot(-1624,-750); }, 2019-01-17 添加评论 免费帖 --> 分...

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