大约有 9,847 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0123 秒)
...url); if (ext !="wav" && ext !="ogg"){ alert("The sound only supports wav or ogg format,for optimal performance reason,please refer to the official website document."); return null; } } // if (SoundManager._soundMuted)return null; }; var tSound; if (!Browser.onMiniGame){ tSound=Laya.loader.g...
来源: Laya_社区 发布时间: 20180709
...ailure from null at callFunction (/Applications/LayaAirIDE.app/Contents/Resources/electron.asar/browser/rpc-server.js:257:11) at EventEmitter.<anonymous> (/Applications/LayaAirIDE.app/Contents/Resources/electron.asar/browser/rpc-server.js:357:5) at emitMany (events.js:127:13)...
来源: Laya_社区 发布时间: 20191113
...证书问题---------------------------- 我知道的就两个 一个startssl,网址https://www.startssl.com/ 但startssl我只在2003服务器上面配置成功,但发现03不支持一些TSL版本,换系统2008R2后,死活配置不成功。 另一个就是阿里云的,也就是我正在...
来源: Laya_社区 发布时间: 20180426
... Laya.stage.addChild(div); console.log(div); var myChart = echarts.init(div.getCanvas()); // 指定图表的配置项和数据 var option = { title: { text: 'ECharts 入门示例' }, tooltip: {}, legend: { data:['销量'] }, xAxis: { data: ["衬衫","羊毛衫","雪纺衫","裤子","高...
来源: Laya_社区 发布时间: 20180626
...面以 “2D入门示例” 中的一个物理游戏示例的脚本DropBox.ts为例,讲解生命周期方法的使用,示例代码如下: const { regClass, property } = Laya; import PhysicsGameMainRT from "../scence/physicsDemo/PhysicsGameMainRT"; /** * 掉落盒子脚本,实现盒子碰撞...
来源: Laya3.0_文档 发布时间: 20251010
...ouH5/laya/.laya loadProject: /data/ebuild/gongdou/gongdouH5/laya/.laya assetsPath: /data/ebuild/gongdou/gongdouH5/laya/assets ResStyleManager 读取文件/data/ebuild/gongdou/gongdouH5/laya/styles.xml出错 读取文件出错 PageStyleManager 读取文件/data/ebuild/gongdou/gongdouH5/laya/pageStyle...
来源: Laya_社区 发布时间: 20171211
...mDef); var shader = context.shader = this._material._shader.getSubShaderAt(0)._passes[0].withCompile(comDef); ... } Laya.ShaderPass -> withCompile(compileDefine) { if (Shader3D.debugMode)//开启debug编译shader时生成打印shader参数 this...
来源: Laya_社区 发布时间: 20200606
...quickcompile=true;out=.laya/temp.js;subpath=;script=ES6;outlaya=true;layaists=true 2.2.0以上版本配置进行了一点修改 2020-04-26 1 4 分享 微博 QZONE 微信 无敌的小鱼 赞同来自: 使用LayaAirIDE_beta2.1.1.1创建3D示例项目 再使用上面Flash Builder的配置无报错显...
来源: Laya_社区 发布时间: 20200426
...8-03-27 17:31 @wky379937316:你看你index里面引的js 然后文件只有ts Laya_Aaron • 2018-03-27 17:32 合并当然出错 wky379937316 • 2018-03-28 22:09 @Laya_Aaron:不太明白你说的是哪个js出问题了,我看了下index.html里面引入的js文件,在bin目录下都有,请指...
来源: Laya_社区 发布时间: 20180317
...选了使用引擎插件,都会自动都适配好。 对于旧项目,TS与JS语言的项目,也是不需要开发者作任何修改,从2.4.0版本IDE开始,在编译和发布时就自动适配好。 LayaAir IDE 2.2.0以前版本创建的AS项目,由于引擎库JS与项目JS是在一起...
来源: Laya2.0_文档 发布时间: 20210715