大约有 15 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0032 秒)
...理信息,如果没有返回你就用默认图片。 方案三:先用loader去加载图片,然后用loader.getRes获取资源,如果获取的资源是空的你也可以用默认资源! 2017-02-28 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先...
来源: Laya_社区 发布时间: 20170228
...tional/CompleteMainScene_test.ls", clas:BattleScene} ]; //预加载 Laya.loader.create ( this.resArray, Laya.Handler.create(this,this.onPreLoadComplete), Laya.Handler.create(this,this.onProgress), ); } onPreLoadComplete() : void { let sceneUrl = this.resArray[0]["url"]; this.scene = Laya.lo...
来源: Laya_社区 发布时间: 20190323
...但是不是一开始调用的function里的一句 var tmpitem_t = Laya.loader.getRes('./comp/custom_assets/group0_0.png',);无论我把url改成什么,把这段代码放到哪里,安卓就会白屏,我甚至删掉了一些其他一些Laya.getloader.getRes,还是会白屏,而且不报错...
来源: Laya_社区 发布时间: 20180709
... QZONE 微信 SkyWalker 赞同来自: 我遇到类似的情况, 用 Laya.loader.create() 预加载 Sprite3D (2.0 插件导出的 lh) 文件 加载成功后,用 Laya.loader.getRes() 获取 let sprite3D: Laya.Sprite3D = Laya.loader.getRes(resName) as Laya.Sprite3D; 调试发现 获取到的 对...
来源: Laya_社区 发布时间: 20180126
...据缓存? 请教一个关于laya2.5d项目美术规范的问题哈 Laya.Loader.getRes请教 请教下 如何把sprite的一部分区域保存成一个图片用来上传服务器 请教下textarea如何设置滚动条,现在文字量多一点话就不能滚动查看内容 请教——layabox如...
来源: Laya_社区 发布时间: 20180126
...源加载成功后,通过回调方法绘制图片并添加到舞台 Laya.loader.load(Res,Handler.create(this,graphicsImg)); })(); function graphicsImg() { img = new Sprite(); //获取图片资源,绘制到画布 img.graphics.drawTexture(Laya.loader.getRes(Res),150,50); //添加到舞台 Laya.sta...
来源: Laya2.0_文档 发布时间: 20210715
...源加载成功后,通过回调方法绘制图片并添加到舞台 Laya.loader.load(this.Res,Laya.Handler.create(this,this.graphicsImg)); } private graphicsImg():void{ this.img = new Laya.Sprite(); //获取图片资源,绘制到画布 this.img.graphics.drawTexture(Laya.loader.getRes(this.Res),1...
来源: Laya2.0_文档 发布时间: 20210715
...件放在了 index.html同级目录下,然后打包成app后,用Laya.loader.getRes("data/equip.json")会报错。本地测试都没问题。 2017-07-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Monica - ...
来源: Laya_社区 发布时间: 20170730
...: 不经过Sprite3D.instantiate,直接addchild,this.scene2.addChild(Laya.loader.getRes("res/test.lh")),就没问题 @Laya_Aaron 2018-08-02 0 4 分享 微博 QZONE 微信 家民 赞同来自: 这个问题一直都还存在吗??? 2020-08-27 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 ...
来源: Laya_社区 发布时间: 20180801
...camera.transform.rotate(this.cameraRotate,false,false); this.role3d = Laya.loader.getRes("girl.lh"); this.pos.addChild(this.role3d); this.role3d.transform.translate(this.roleTrans,false); this.role3d.transform.rotate(this.roleRotate); this.parent.addChild(this.scene); this.pos.transform.tr...
来源: Laya_社区 发布时间: 20180125