大约有 771 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0054 秒)
Laya.loader.create 第二次加载问题 在使用 Laya.loader.create 加载数组地址。相同的数组在第二次使用时,未回调加载成功方法。而且在 回调进度方法是返回的是 NAN。。些是不是BUG?? 2018-06-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20180607
laya3d用Laya.loader.create加载3d资源报错 用Laya.loader.create这个方法加载3D资源的时候报错,报错:Error: model file err,no this function:65461 undefined 2018-11-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20181117
Laya.loader.create 进度回调函数执行两次!!! 上次发问题一直没有回复 Laya.loader.create("Main/SMain.ls",Laya.Handler.create(this,this.on3DComplete),Laya.Handler.create(this,this.onProgress,null,false)); Manager.prototype.onProgress = function(value) { console.log("value=="+Math.fl...
来源: Laya_社区 发布时间: 20180717
使用 loader.create 预加载模型后。必须要在回调 Laya.Event.HIERARCHY_LOADED 中获取子元素吗?预加载是预加载的什么部分? 使用 loader.create 预加载模型后。必须要在回调 Laya.Event.HIERARCHY_LOADED 中获取子元素吗? 预加载是预加载的什么...
来源: Laya_社区 发布时间: 20170821
ls场景文件通过Laya.loader.create()预加载后stage.destroyChildren()出现异常Cannot read property 'visible' of null 附Demo。 想做不同场景之间的切换。 spriteBtn.on(Laya.Event.CLICK, this, function (e) { Laya.stage.destroyChildren(); newScene(); });问题:LayaAirUnityP...
来源: Laya_社区 发布时间: 20170615
Laya.loader.create 不会反馈失败状态跟描述不符合 var resource:Array<string> = ["scene/Conventional/scene2.ls"] Laya.loader.create(resource, Laya.Handler.create(this, (success:boolean) => { console.log("3d加载完毕:" + success); }),Laya.Handler.create(this, (progress: number...
来源: Laya_社区 发布时间: 20190626
loader.create加载.lh文件,如果文件不存在,也不会受到Event.Error事件 如题 2017-07-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 demibug 赞同来自: 按照例子里面: // 侦听加载...
来源: Laya_社区 发布时间: 20170711
Laya.loader.create同时加载好几个文件,怎么知道当前加载的是哪个文件? Laya.loader.create同时加载好几个文件,怎么知道当前加载的是哪个文件? 想在加载的过程中显示当前正在加载的文件名称,怎么取当前正在加载的文件名称...
来源: Laya_社区 发布时间: 20181214
vivo上,Laya.loader.create加载数组,进度卡在86%,没有回调也没有报错 如题,在微信上是ok的,不过在vivo上Laya.loader.create一直没有complete回调,也没有报错,有人遇到过么? 快应用平台版本号:1060 2020-04-09 添加评论 已悬赏10元 --> ...
来源: Laya_社区 发布时间: 20200409
使用Laya.loader.create加载3d资源,如果出错次数超过最大线程数将无法继续加载资源 使用Laya.loader.create走到Laya3D._loadSprite3DHierarchy时,发现并没有监听"error"事件 如果在http请求资源出错时,则无法通知到外层的LoaderManager 则也无法...
来源: Laya_社区 发布时间: 20170607