大约有 181 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
Laya_社区(171) Laya2.0_文档(4) Laya_示例(1) laya_api(1) Laya3.0_api(1) Laya2.0_示例(1) Laya2.0_api(1) Laya3.0_文档(1)
...caleY: 0.95 }, 66); t.once(Laya.Event.CLICK, t, () => Laya.SoundManager.playSound(Laya.SButton.globalClickAudio, 1)); } private scaleBig(t: Laya.Image) { Laya.Tween.to(t, { scaleX: 1, scaleY: 1 }, 66); } } 2018-10-20 0 2 分享 微博 QZONE 微信 Charles 赞同来自: egret的hitTestPoint都有...
来源: Laya_社区 发布时间: 20180731
...ton); soundButton.on(Event.CLICK, this, this.onPlaySound); musicButton.on(Event.CLICK, this, this.onPlayMusic); //bug在这里:新增鼠标移入后播放音效,无法生效 soundButton.on(Event...
来源: Laya_社区 发布时间: 20201203
...。 音效:采用的是laya.media.SoundManager音频管理类中的playSound方法,允许同时播放多个音频文件。 二、音频的兼容性准备 由于音频播放问题的各个浏览器兼容性不同,在开始应用前,我们要做好前期的兼容准备。 (1)使用...
来源: Laya3.0_文档 发布时间: 20241014
...ya.stage.addChild(musicButton); soundButton.on(Event.CLICK, this, this.onPlaySound); musicButton.on(Event.CLICK, this, this.onPlayMusic); } private createButton(label: string): Sprite { var w: number = 110; var h: number = 40; var button: Sprite = new Sprite(); button.size(w, h); button.graphi...
来源: Laya_社区 发布时间: 20190421
...ild(share); share.btShare.on('click',this,function(){ // Laya.SoundManager.playSound(SfxPool.btPress, 1, null); this.SceneShareDark(); }); share.btSignUp.on('click',this, SignUp_Func); var timeLine = new Laya.TimeLine(); timeLine.addLabel("ZoomIn",0).to(share.btShare,{scaleX:0.9, scaleY:0.9},400,Lay...
来源: Laya_社区 发布时间: 20180118
...止。伤脑壳~~!! 播放声音出错,求指教 Laya.SoundManager.playSound能同时播放多少个音效 问题状态 最新活动: 2017-05-22 20:21 浏览: 1822 关注: 4 人 183*****755 • 2017-05-19 14:09 http://ask.layabox.com/question/4242 xbgzs2010 • 2017-05-19 14:52 这个用过了...
来源: Laya_社区 发布时间: 20170518
... 0 分享 微博 QZONE 微信 安之若素 赞同来自: Laya.SoundManager.playSound("sound/effect/" + p_1 + ".mp3", 1, p_2); 程序走到这里之后,唯独iphone真机 偶尔! 不进入p_2指定的内容,这很让人难受的,要是一直进不去还是可以理解的,个人觉得...
来源: Laya_社区 发布时间: 20180903
...导出layaMaxUI.ts有前缀导致报错 ios中没有触发事件前使用playSound没有声音 设置遮罩会导致内存大大增高 使用Laya3Dinit和Stage裁切模式导致按钮判定区偏移 laya2.0调用scene.gc方法,再次加载同一份资源时候,会导致gpu内存不断增加! i...
来源: Laya_社区 发布时间: 20180420
...amp; extname != wav && exname != ogg TS代码: Laya.SoundManager.playSound("music/tap.wav",1); 声音没有提前加载过的,playMusic这个api也同样这个错误 lv • 2021-09-08 17:06 cannot locate symbol "_Unwind_Backtrace" referenced by "libv8_libbase.cr....
来源: Laya_社区 发布时间: 20210830
....width, Laya.stage.height, "#000000"); Laya.SoundManager.playSound("sound/hitbutton.wav"); this.list.removeSelf(); this.list.destroy(); } } import Box = Laya.Box; import Image = Laya.Image; import Text = Laya.Text; clas...
来源: Laya_社区 发布时间: 20210122