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

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

221. 位图切片组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 40%]

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

222. 新手常问问题 欢迎补充 [ 40%]

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

223. [LayaAir3]3.3.0-beta.4已知新bug汇总 [ 39%]

...rr => { console.error("MgInnerAudioChannel: " + getErrorMsg(err)); this.stop(); });  报错位置在getErrorMsg解析错误信息, 最终导致的结果是什么呢, 无法播放长音频, 然后我把这个这段捕获错误的代码注释掉就能够正常播放. 具体报错的原因未知...

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

224. laya.ui.Clip [ 38%]

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

225. laya.ui.Clip [ 38%]

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

226. laya.media.SoundManager_API3.0 [ 37%]

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

227. 动画-新版骨骼动画 [ 36%]

...aa")) as Button; aaa.on(Event.CLICK, this, function():void{ zombieAnimator.stop(); }); })); } } }

来源: Laya_示例 发布时间: 20251130

228. 关于UI与3D场景的问题 [ 34%]

...CK, this, function(event:Laya.Event){ console.log("点击到了UI"); event.stopPropagation(); }); 完整代码 2018-05-30 0 17 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 你这个问题描述的很明确,很好,这个按钮正常来讲,会挡住下一层,不会触发,你这个可...

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

229. [LayaAirIDE3]2d相机打包后问题 [ 33%]

...wner.on(Joystick.END, this, () => {             this.playerScript.stop();         });          // 可视化边界         this.visualizeBoundaries();          // 确保摇杆初始状态正确         this.joystickScript.enable();          // 异步加载建筑图...

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

230. 新手!谁懂得把下面两个文件转成layaair可以运行的代码 [ 33%]

...Ready"))             {                 (evt.target as Timer).stop();                   PATH = ExternalInterface.call("getCDNPath");                   loadVersionFile();             }             else             {                 (evt.target ...

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