大约有 272 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0052 秒)
Laya_社区(222) Laya3.0_文档(17) laya_api(7) Laya3.0_api(7) Laya2.0_文档(7) Laya2.0_api(6) Laya_示例(3) Laya2.0_示例(3)
...("res/sound/BGM.mp3", 0, null); // var test = new EffectFlicker(); // test.startRun(); // test.startRun(); // test.create(); // var test = new Q1Buff1(); Laya.stage.off(Laya.Event.MOUSE_DOWN); Laya.stage.off(Laya.Event.MOUSE_MOVE); Laya.stage.off(Laya.Event.MOUSE_UP) Laya.stage.off(Laya.Event.MO...
来源: Laya_社区 发布时间: 20180514
...装 this.skeleton =this.templet.buildArmature(1); this.skeleton.x = this.mStartX; this.skeleton.y = this.mStartY; this.skeleton.scale(this.scaleper, this.scaleper); if (!this.emojiArr) { this.emojiArr={}; var emojinum = this.skeleton.getAnimNum(); for (var i = 0; i < emojinum; i++) { var element ...
来源: Laya_社区 发布时间: 20180824
...w一个js中的对象 var client = new Laya.Browser.window.Demo1(); client.start(); } script.onerror = function(){ //加载错误函数 } Laya.Browser.document.body.appendChild(script); ``` 然后再新建一个js文件,简单代码如下: ```typescript var Demo1 = (function () { function Client...
来源: Laya2.0_文档 发布时间: 20210714
...序API 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译。 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接...
来源: Laya_社区 发布时间: 20171222
...时间 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 音乐小游戏是怎么实现变速播放的? laya3.0 VideoNode视频遮罩无法播放问题 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 问题状态 最...
来源: Laya_社区 发布时间: 20250306
...复此bug!SoundManager.playSound=function(url,loops,complete,soundClass,startTime){ (loops===void 0)&& (loops=1); (startTime===void 0)&& (startTime=0); // if (!SoundManager._isActive || !url)return null; if (!url)return null; if (SoundManager._muted)return null; SoundManager._recov...
来源: Laya_社区 发布时间: 20180709
...项目 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 大量sprite如何优化性能 模型资源释放问题 2.2-2.3版本 ani动画,序列帧动画最后一帧和第一帧衔接出现卡顿 小游戏项目 加载有中文的json文件 报错 分享:LayaAir下如何获...
来源: Laya_社区 发布时间: 20180330
...错误 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 发布H5后通过网页打开出现左上角的那个图标是什么东东 怎么去掉 我这样载入场景问题出现在哪呢?? 自从layaflash起,就一直存在的bug 播放背景音乐的问题 刚打开 ...
来源: Laya_社区 发布时间: 20190909
...个js中的对象 var client:any = new Laya.Browser.window.Demo1(); client.start(); } script.onerror = function():void{ //加载错误函数 } Laya.Browser.document.body.appendChild(script); } } new Main; ``` 然后再新建一个js文件,简单代码如下: ```typescript var Demo1 = (function (...
来源: Laya2.0_文档 发布时间: 20210715
...alpha? 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 循环依赖不能运行 Circular dependency: 骨骼动画播放完后的回调时间 u...
来源: Laya_社区 发布时间: 20191206