大约有 610 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
Laya_社区(471) Laya2.0_文档(51) Laya3.0_api(50) Laya2.0_示例(16) Laya_示例(12) Laya3.0_文档(6) laya_api(2) Laya2.0_api(2)
...orm.worldMatrix = mat; for(let i = 0;i<100;i++){ let glow = Laya.Loader.getRes("res/maze/img/demo/toolClock/Conventional/glow.lh").clone() glow.transform.localPosition = new Laya.Vector3(-1,0,-i); this.scene.addChild(glow); let puzzleA = Laya.Loader.getRes("res/maze/img/demo/toolCl...
来源: Laya_社区 发布时间: 20191209
...} //读取商店等级配置表 shopJsonLoaded( ) { let json = Laya.loader.getRes("Json/shopLevel.json"); } //读取菜单配置表 menuJsonLoaded( ) { let menuJson = Laya.loader.getRes("Json/menu.json"); }读取完成后,发现menuJson 得到的数据跟json得到的数据上一样的 [attach]299...
来源: Laya_社区 发布时间: 20220819
...1():void{ trace("complete load role"); var sprite3D:Sprite3D = Laya.loader.getRes("laya_assert/LayaScene_role/role.lh"); mainScene.addChild(sprite3D); } 上面是我加载的代码。mainScene是我缓存的scene变量。 附件 : --> 2018-11-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20181117
...oy(true); _s.removeSelf(); _s=null; console.log(Laya.loader.getRes(_url)); Loader.clearRes(_url,true); console.log(Laya.loader.getRes(_url)); } 2017-02-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回...
来源: Laya_社区 发布时间: 20170222
3D场景脚本继承问题 (LayaAir 2.0.0) 从unity导出场景, 通过getRes 得到的场景实例为Laya.Scene3D ,不能得到继承类BattleScene的实例 代码如下 this.resArray= [ { url : "LayaScene_CompleteMainScene_test/Conventional/CompleteMainScene_test.ls", clas:BattleScene} ]; ...
来源: Laya_社区 发布时间: 20190323
...什么样的场合? 测了一下,调用create的方式,Laya.loader.getRes(xx.lh)获得的是Sprite3D对象,load方式,Laya.loader.getRes(xx.lh)获得的是内容json。 2017-05-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20170511
...der.ATLAS); } private function onLoaded():void { var json:JSON=Laya.loader.getRes("res/atlas/comp.json"); }JSON的解析和AS3的是一样的 2016-10-27 2 0 分享 微博 QZONE 微信 bobofuns - 我是阿布大人。 赞同来自: 在其他类里面取json的引用呢? 直接用getRes() 就能...
来源: Laya_社区 发布时间: 20161027
...]; //查看log,清理前资源一直在内存中 console.log(Laya.loader.getRes(asset)); //调用清理方法 Laya.loader.clearRes(asset); //查看log,清理后,资源被卸载 console.log(Laya.loader.getRes(asset)); } } 2017-10-19 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复...
来源: Laya_社区 发布时间: 20171019
...:JSON; private onLoadConfigComplete(): void { this.wayPoints = Laya.loader.getRes("zxc.json") as JSON; console.log(this.wayPoints.name); //这里会报name 不存在 } 第二种方式 Laya.loader.load("zxc.json", Laya.Handler.create(this,function(){ this.wayPoints = Laya.loader.getRes("zxc.json") as...
来源: Laya_社区 发布时间: 20180119
...dByUrl cancelLoadByUrls clearRes clearTextureRes clearUnLoaded event fetch getRes hasListener load loadPackage off offAll offAllCaller on once cacheRes clearRes clearResByGroup createNodes getAtlas getBaseTexture getRes getTexture2D registerLoader setGroup warn Constructors constructor new Loader():...
来源: Laya3.0_api 发布时间: 20231115