大约有 2,994 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0072 秒)
Laya_社区(2435) Laya2.0_文档(172) Laya3.0_api(101) Laya_示例(79) Laya3.0_文档(70) Laya2.0_api(55) laya_api(42) Laya2.0_示例(40)
...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
...本错误信息 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
...复问题请先登录 发起人 callback 相关问题 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) 【屏幕适配】在LayaAir上面是竖屏,为什么到微信开发工具中就是横屏,而且还被拉伸了 分享:自定义事件派发与侦听(A页面派发 B页面...
来源: Laya_社区 发布时间: 20171205
... 提交 5 个回复 Monica - 知识达人 赞同来自: 你的IDE是在download目录下吗?如果是的话会存在这种情况 2017-09-05 0 0 分享 微博 QZONE 微信 Funkyfun 赞同来自: 我直接拖到Applications目录下的 2017-09-05 0 2 分享 微博 QZONE 微信 Lu123456 赞同来...
来源: Laya_社区 发布时间: 20170905
....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
...请: 与内容相关的链接 提交 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
... = ["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
...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
... 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
...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