大约有 16 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0028 秒)
...们就可以通过getRes(.lh)得到这个资源的原型对象,即一个Sprite3D对象,这个原型对象就是你这个特效的“根”,它如果被destry(true),者与这个特效相关的所有资源都会被destry,包括纹理、模型、动画,即会释放出内存。如果你只...
来源: Laya_社区 发布时间: 20180814
怎么清理掉 Sprite3D 相关的缓存资源 通过 lh格式 生成的 Sprite3D, Laya.loader.create(_path, Handler.create(this,OnComplete),null,Sprite3D); 要怎么清理掉他的所有缓存资源? 附件 : --> 2018-05-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...
来源: Laya_社区 发布时间: 20180517
Laya.Sprite3D.load机制bug 使用Laya.Sprite3D.load加载3d资源,如果第二次加载同一个资源(第一次加载的资源被系统回收),获取到的资源是被销毁状态! 重现几率为必现 Laya.Sprite3D.load(name, Laya.Handler.create(this, (data:Laya.Sprite3D)=>{ if(dat...
来源: Laya_社区 发布时间: 20181124
LayaAir引擎 重复使用Laya.Sprite3D.load加载同一个lh类型的资源,发现第二次加载到的资源是无效的 Laya.Sprite3D.load(path, Laya.Handler.create(this, this.loadCompleted)); public loadCompleted(sp:Laya.Sprite3D):void { this._loaded = true; ...
来源: Laya_社区 发布时间: 20200609
3d模型释放后重新加载异常 通过Laya.Sprite3D.load()加载的lh文件生成的模型,随后通过sprite.destroy释放了,再后来又加载同一份模型,这时异常了,显示childs=null,请问该怎么解决 2016-12-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20161217
...就会忘掉 在这里分享出来以后好搜索 //直接异步加载 var sprite3D:Laya.Sprite3D = Laya.Sprite3D.load("res/room.lh"); //方法二:预加载,创建为Sprite3D类型 Laya.loader.create("res/room.lh",Laya.Handler.create(this,this.onCreateComplete)); //预加载完成后回调 pr...
来源: Laya_社区 发布时间: 20170809
怎么清理掉 Sprite3D 相关的缓存资源, 资源destroy后内存还下降、。 角色,放几个技能后内存从 60 M 长到 90M,清理后,内存没下降。 清理方法 override public function destroy(destroyChild:Boolean = true):void { if...
来源: Laya_社区 发布时间: 20180517
... at PhysicsCollider.__proto._destroy (laya.core.js:6989) at MeshSprite3D.__proto._destroyAllComponent (laya.core.js:13738) at MeshSprite3D.__proto.destroy (laya.core.js:13089) at MeshSprite3D.__proto.destroy (laya.d3.js:29943) at MeshSprite3D.__proto.destroy (laya.d3....
来源: Laya_社区 发布时间: 20190415
...二次调用报错 使用Laya.loader.create 预加载,第一次用Laya.Sprite3D.load("xxx.lh").getChildAt(0) 可以创建,第二次再调用Laya.Sprite3D.load("xxx.lh").getChildAt(0) 创建就返回undefined了,help~ 2018-03-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...
来源: Laya_社区 发布时间: 20180307
....WorldMap; import laya.d3.core.Camera; import laya.d3.core.Sprite3D; import laya.d3.core.scene.Scene; import laya.d3.math.Vector3; import laya.utils.Handler; import laya.display.Stage; import laya.events.Event; import laya.util...
来源: Laya_社区 发布时间: 20190416