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

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

1. Laya.loader.create和Laya.loader.load能混合用? [ 100%]

Laya.loader.create和Laya.loader.load能混合用? 如果3d是用Laya.loader.create 2d用的是Laya.loader.load那么问题来了 我有点懵逼,3d里面不也有2d资源么。那我究竟是用create还是load。如果分开。。oncomplete时候不得再做一层判断? 2019-01-29 添加...

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

2. Laya.loader.load("", Laya.Handler.create(this, this.console)); [ 98%]

Laya.loader.load("", Laya.Handler.create(this, this.console)); 为什么会打印两次 附件 : --> 2018-12-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 加载两次 2019-05-11 0 0 ...

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

3. 资源加载的Load和create有什么区别? [ 98%]

资源加载的Load和create有什么区别? 为什么要有这两种方式的加载? 我现在只希望用一种方式来加载所有资源。但是发现用了load只能加载某些类型的资源(如图集,场景不能用load,load出来的场景识别不了,不能转换成Scene类型...

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

4. Laya.loader.create 和 Laya.loader.load 这两个有什么区别呢 [ 95%]

Laya.loader.create 和 Laya.loader.load 这两个有什么区别呢 现在有3d资源和纹理资源还有font资源和json,需要做预加载请问改怎么处理呢。 目前看3d网格和lh等需要用Laya.loader.create,font和json只能用Laya.loader.load?不能统一处理? 2017-05-18 ...

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

5. 使用 loader.create 预加载模型后。必须要在回调 Laya.Event.HIERARCHY_LOADED 中获取子元素吗?预加载是预加载的什么部分? [ 95%]

使用 loader.create 预加载模型后。必须要在回调 Laya.Event.HIERARCHY_LOADED 中获取子元素吗?预加载是预加载的什么部分? 使用 loader.create 预加载模型后。必须要在回调 Laya.Event.HIERARCHY_LOADED 中获取子元素吗? 预加载是预加载的什么...

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

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

LayaAir引擎 LoaderManager里的create和load使用上有什么区别?分别用于什么样的场合? 测了一下,调用create的方式,Laya.loader.getRes(xx.lh)获得的是Sprite3D对象,load方式,Laya.loader.getRes(xx.lh)获得的是内容json。 2017-05-11 添加评论 免费帖 -...

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

7. Laya.loader.create中的progress回调好像不准确? [ 93%]

Laya.loader.create中的progress回调好像不准确? 如图,我加载二十多M的资源(大概二三十个文件),进度回调只有一次,是不是这个回调有问题?   附件 : --> 2018-03-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

8. 求助官方大佬!急急!为什么发布oppo游戏后调用Laya.load.create加载资源会没反应的呢?也没有报错 [ 93%]

求助官方大佬!急急!为什么发布oppo游戏后调用Laya.load.create加载资源会没反应的呢?也没有报错 求助官方大佬!急急!为什么发布oppo游戏后调用Laya.load.create加载资源会没反应的呢?也没有报错  ,请问是为啥呢 2020-04-26 添加...

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

9. 在加载包含Animation的prefab后,动画没有显示 [ 91%]

...动画放进预制体? Laya.loader.load("prefab/gk2v1.json",Laya.Handler.create(this,function(pref:Laya.Prefab){ var gkpref:Laya.Prefab = new Laya.Prefab(); gkpref.json = pref; var OBJ = Laya.Pool.getItemByCreateFun("gk2v1",gkpref.create,gkpref); this.Scene.addChild(OBJ); })); 附件 : --> ZMW.zip...

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

10. Laya.loader Progress回调形同虚设 [ 91%]

..."res/3.png", "res/4.png", "res/5.png", "res/6.png", "res/7.png" ], Handler.create(this, onLoaded),Handler.create(this, onProgress)); //Laya.loader.load("res/atlas/comp.atlas", Handler.create(this, onLoaded),Handler.create(this, onProgress)); } private function onProgress(v:Number):void { trace("onPr...

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