大约有 246 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0038 秒)
Laya_社区(154) Laya3.0_api(22) laya_api(21) Laya2.0_api(16) Laya2.0_文档(13) Laya2.0_示例(8) Laya_示例(8) Laya3.0_文档(4)
... console.log("失去焦点") this.NowPlayMusic.stop(); } GetFocus(){ console.log("获取焦点"); Laya.SoundManager.stopMusic(); Laya.SoundManager.destroySound("aaa.mp3") this.NowPlayMusic...
来源: Laya_社区 发布时间: 20200220
...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
...来的sound了,所以你调暂停是无效的。只能通过SoundManager.stopMusic();停止播放 2017-11-01 0 0 分享 微博 QZONE 微信 user23434 赞同来自: 那为什么播放状态失去焦点后,再回到焦点按暂停按钮第一次会失效哇 2017-11-01 0 6 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20171101
...法通过 用SWF用工具转换操作不了 一直循环播放用例子的stop()方法没用 问题状态 最新活动: 2017-08-21 16:01 浏览: 788 关注: 2 人 nalley • 2017-08-21 16:09 是一个射击类游戏。功能无非是背景滑动,飞机移动,射击大量子弹(子弹有嵌套...
来源: Laya_社区 发布时间: 20170821
...、该沉默 赞同来自: 有停止方法。粒子shurikenparticleSystem.stop()可以停止播放粒子 具体请查看API链接 https://layaair.ldc.layabox.com/api/?category=3D&class=laya.d3.core.particleShuriKen.ShurikenParticleSystem 粒子效果,你查看一下官方的引擎示例...
来源: Laya_社区 发布时间: 20180615
...sPath?atlasPath:url.split(".swf")[0]+".json"; this.stop(); //this['_clear'](); this._movieClipList=[this]; var data; data=Loader.getRes(this['_url']); if (!...
来源: Laya_社区 发布时间: 20180615
... cubeScript = currentCube.getComponentByType(BoxControlScript); cubeScript.stop(currentCube); // addMoveBox() } return LayaAir3D; }()); LayaAir3D(); 2018-04-04 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 qqyemingqq 相关问题 请问...
来源: Laya_社区 发布时间: 20180402
...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
...y;time停留的时间点;index动画下标,默认0 function onGotoAndStop(armature: any, time: number, index: number = 0): void { var player = armature.player; time /= player.playbackRate; // 根据速率得出准确的单位时间 // 停留的时间必须小于总...
来源: Laya_社区 发布时间: 20181115
...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