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

大约有 610 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)

91. laya3D导入动画材质在安卓手机和电脑上显示正常,在苹果手机显示异常 [ 74%]

...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

92. 连续读取多个本地json文件 [ 74%]

...} //读取商店等级配置表 shopJsonLoaded( ) { let json = Laya.loader.getRes("Json/shopLevel.json"); } //读取菜单配置表 menuJsonLoaded( ) { let menuJson = Laya.loader.getRes("Json/menu.json"); }读取完成后,发现menuJson 得到的数据跟json得到的数据上一样的 [attach]299...

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

93. 3d模型资源,加载后AddChild会报错,请教一下什么原因。 [ 73%]

...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

94. 小图集内存较大,且不能清理掉 [ 73%]

...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

95. 3D场景脚本继承问题 (LayaAir 2.0.0) [ 73%]

3D场景脚本继承问题 (LayaAir 2.0.0) 从unity导出场景,  通过getRes 得到的场景实例为Laya.Scene3D ,不能得到继承类BattleScene的实例 代码如下   this.resArray= [ { url : "LayaScene_CompleteMainScene_test/Conventional/CompleteMainScene_test.ls", clas:BattleScene} ];  ...

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

96. LoaderManager里的create和load使用上有什么区别?分别用于什么样的场合? [ 73%]

...什么样的场合? 测了一下,调用create的方式,Laya.loader.getRes(xx.lh)获得的是Sprite3D对象,load方式,Laya.loader.getRes(xx.lh)获得的是内容json。 2017-05-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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

97. 请问laya里如何解析json,似乎和AS3的不太一样。 [ 73%]

...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

98. 关于功能模块资源回收预疑问 [ 73%]

...]; //查看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

99. TypeScript Json 数据解析 [ 73%]

...: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

100. laya.net.Loader_API3.0 [ 73%]

...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