大约有 254 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0047 秒)
Laya_社区(161) Laya3.0_api(22) laya_api(21) Laya2.0_api(16) Laya2.0_文档(13) Laya2.0_示例(8) Laya_示例(8) Laya3.0_文档(5)
...tchState(e: any = null): void { if (this.counter.isPlaying) { this.counter.stop(); this.currFrame = this.counter.index; this.controller.label = "播放"; } else { this.counter.play(); this.counter.index = this.currFrame; this.controller.label = "暂停"; } } } Copyright ©Layabox 2025 all right rese...
来源: Laya3.0_文档 发布时间: 20251010
...l = SoundManager.playSound("url"); //播放 soundC.play(); //停止 soundC.stop(); //暂停 soundC.pause(); 2018-03-13 0 1 分享 微博 QZONE 微信 qian 赞同来自: 3D插件常见报错 one 这个是因为原动画是刚体动画 把unity里原动画的骨骼去掉 https://ask.layabox.co...
来源: Laya_社区 发布时间: 20180308
...rr => { console.error("MgInnerAudioChannel: " + getErrorMsg(err)); this.stop(); }); 报错位置在getErrorMsg解析错误信息, 最终导致的结果是什么呢, 无法播放长音频, 然后我把这个这段捕获错误的代码注释掉就能够正常播放. 具体报错的原因未知...
来源: Laya_社区 发布时间: 20250609
...lean = false, ratio:Number = 0.92):void 开始拖动此对象。 Sprite stop():void 停止动画。 Clip stopDrag():void停止拖动此对象。Sprite timerLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true, jumpFrame:Boolean = false):void 定时重复执...
来源: laya_api 发布时间: 20170929
...lean = false, ratio:Number = 0.92):void 开始拖动此对象。 Sprite stop():void 停止动画。 Clip stopDrag():void停止拖动此对象。Sprite timerLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true, jumpFrame:Boolean = false):void 定时重复执...
来源: Laya2.0_api 发布时间: 20190513
...erties autoReleaseSound musicVolume playbackRate soundVolume Accessors autoStopMusic musicMuted muted soundMuted useAudioMusic Methods addChannel destroySound playMusic playSound removeChannel setMusicVolume setSoundVolume stopAll stopAllSound stopMusic stopSound Properties Static autoReleaseSound a...
来源: Laya3.0_api 发布时间: 20231115
...aa")) as Button; aaa.on(Event.CLICK, this, function():void{ zombieAnimator.stop(); }); })); } } }
来源: Laya_示例 发布时间: 20251130
...CK, this, function(event:Laya.Event){ console.log("点击到了UI"); event.stopPropagation(); }); 完整代码 2018-05-30 0 17 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 你这个问题描述的很明确,很好,这个按钮正常来讲,会挡住下一层,不会触发,你这个可...
来源: Laya_社区 发布时间: 20180529
...wner.on(Joystick.END, this, () => { this.playerScript.stop(); }); // 可视化边界 this.visualizeBoundaries(); // 确保摇杆初始状态正确 this.joystickScript.enable(); // 异步加载建筑图...
来源: Laya_社区 发布时间: 20251125
...Ready")) { (evt.target as Timer).stop(); PATH = ExternalInterface.call("getCDNPath"); loadVersionFile(); } else { (evt.target ...
来源: Laya_社区 发布时间: 20200217