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

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

2651. 打包APP闪退 报下面这些信息 [ 46%]

...aticMethod:={} 10-17 15:08:01.838 6337-6686/com.mygame.laya I/LayaBox: Download [ ]:http://wstaging.52lrs.cn/AppWe ... 0.png 10-17 15:08:01.844 6337-6686/com.mygame.laya I/LayaBox: Download end:404 10-17 15:08:01.844 6337-6686/com.mygame.laya I/LayaBox: Downloaded http://wstaging.52lrs.cn/AppWe ... ...

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

2652. 隐藏默认的虚拟键、屏蔽APP窗口弹出脚本错误信息 的问题 [ 46%]

...本错误信息 Laya.Browser.window.onerror = handleErr; //初始化函数 LoadRes(); })(); function handleErr(msg,url,l) { //return true or false return false; } function LoadRes() { var resArray = [ {url: "res/atlas/comp.json",type: Laya.Loader.ATLAS}, {url: "res/atlas/newhfh.json",type: Laya.Load...

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

2653. 关于适配noborder模式(个人适配分享及建议) [ 46%]

...复问题请先登录 发起人 callback 相关问题 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) 【屏幕适配】在LayaAir上面是竖屏,为什么到微信开发工具中就是横屏,而且还被拉伸了 分享:自定义事件派发与侦听(A页面派发 B页面...

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

2654. 1.7.9 UI编辑器编辑页面后发布,资源不会打包 [ 46%]

... 提交 5 个回复 Monica - 知识达人 赞同来自: 你的IDE是在download目录下吗?如果是的话会存在这种情况   2017-09-05 0 0 分享 微博 QZONE 微信 Funkyfun 赞同来自: 我直接拖到Applications目录下的 2017-09-05 0 2 分享 微博 QZONE 微信 Lu123456 赞同来...

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

2655. 多摄像机窗口的使用(ActionScript-3D基础(AS3)-LayaAir3D之Camera) [ 46%]

....addChild(new DirectionLight()) as DirectionLight; //加载模型 Sprite3D.load("res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", Handler.create(null, function(sp:Sprite3D):void { //将模型加到场景上 var layaMonkey:Sprite3D = scene.addChild(sp) as Sprite3D; })) ``` 编译运行上述代码...

来源: Laya2.0_文档 发布时间: 20210715

2656. 加载同一个json文件第一次正常,第二次json文件里面的数据就只有一条了。 [ 46%]

...请: 与内容相关的链接 提交 2 个回复 Yangcy 赞同来自: Laya.loader.load("abc.json", Handler.create(this, onAssetLoadedSound), Handler.create(this, progressHandler), Loader.SOUND);   第一次加载出来: [list=none] [*]0: {column: "0", duration: "0", mode: "点", time: "30...

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

2657. UI弹窗 · LayaAir3.0文档 · LAYABOX [ 46%]

... = ["resources/res/ui/dialog (1).png", "resources/res/ui/close.png"]; Laya.loader.load(this.assets).then( ()=>{ this.onSkinLoadComplete(); } ); } private onSkinLoadComplete(e: any = null): void { this.dialog = new Laya.Dialog(); var bg: Laya.Image = new Laya.Image(this.assets[0]); this.dialog.add...

来源: Laya3.0_文档 发布时间: 20230303

2658. 图片使用pivotX参数后,再对图片添加遮罩会出现效果不对。 [ 46%]

...showall";         Laya.stage.bgColor = "#232628";         Laya.loader.load("../../res/bg2.png", Handler.create(this, setup));     })();     function setup()     {         var bg = new Sprite();         bg.loadImage("../../res/bg2.png");         Laya.stage.addCh...

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

2659. WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header [ 46%]

... encode the length in a different manner i.e you must take the extended payload length into consideration. – Cyclonecode Jul 7 '15 at 10:22 Right, of course, so i need to use the next two (or eight) bytes to store the length instead – BenJacob Jul 7 '15 at 10:25 If the length is between ...

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

2660. demo中的2d和3d混合 加载ktx的资源 会白色的 其他ui没有问题 [ 46%]

...00631用户 赞同来自:    //加载IDE指定的场景         Laya.loader.load([{url:"minastc.config.json",type:Laya.Loader.JSON}],new Laya.Handler(this,function(){             this.astcconfig = Laya.loader.getRes("minastc.config.json");             for(var key in this.astcconfig...

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