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

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

71. 怎么清理掉 Sprite3D 相关的缓存资源, 资源destroy后内存还下降、。 [ 92%]

...   }             super.destroy(true);             Laya.loader.clearRes(this._path);         } 画红框的区域还在内存里。。 https://ask.layabox.com/question/14807     。。 附件 : --> 2018-05-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

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

72. Laya中Button等组件lose skin的问题 [ 92%]

...let resArr = [              {url:"wxlocal/enemy.png",type:Laya.Loader.IMAGE},              {url:"wxlocal/bg2.jpg",type:Laya.Loader.IMAGE} ];  Laya.loader.load(resArr, Laya.Handler.create(null, onLoaded));  function onLoaded(): void {     Laya.URL.basePath ="https://xxx....

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

73. 小游戏内 个别手机出现图片花了 像马赛克一样的东西,很多图片不显示 [ 92%]

...dData = [ { "url": 'res/atlas/main.atlas', "type":Laya.loader.ATLAS }, { "url": 'res/atlas/newUser.atlas', "type":Laya.loader.ATLAS }, { 'url': "res/atlas/role_skin.atlas", "type":Laya.loader.ATLAS }, { 'url': "res/atlas/number.atlas&q...

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

74. 使用Laya.loader.load加载服务上的图片资源,为什么会停顿几秒中才显示 [ 92%]

使用Laya.loader.load加载服务上的图片资源,为什么会停顿几秒中才显示 使用Laya.loader.load加载服务上的图片资源,为什么会停顿几秒中才显示 Laya.loader.load("http://www.xxxxxxx.com/gold.png",Laya.Handler.create(this,this.aa)); private aa(){ let img = new Laya...

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

75. Laya.loader.create()真机不能加载3D资源,加载图片和音频可以,打开调试也没问题 [ 91%]

Laya.loader.create()真机不能加载3D资源,加载图片和音频可以,打开调试也没问题  //预加载主游戏页面图片资源数组         var res:Array<any> = [              "res/atlas/heart.atlas",             "res/LayaScene_newScen/Co...

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

76. 内存释放问题 [ 91%]

...ion): void { let uiResArray = [ { url: "res/atlas/common.json", type: Laya.Loader.ATLAS }, { url: "res/atlas/comp.json", type: Laya.Loader.ATLAS }, // 登录的UI和选角的UI { url: "res/atlas/user.json", type: Laya.Loader.ATLAS }, { url: resourcesCenter.ResourcesPathStr.PROTO_FILE_PATH, type: Lay...

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

77. 请问如何释放atlas和他的png资源 [ 91%]

...ction clickFun():void { url = "res/CH/atlas/MORNUI_Z_Gongneng.atlas"; Laya.loader.load(url,new Handler(this,hh)); //trace( Laya.loader.getRes(url) ); } private function hh():void { Laya.stage.addChild(new Image("MORNUI_Z_Gongneng/clip_xue_quan.png")); Laya.timer.once(1000,1,ddd); } private function ...

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

78. 资源加载清除问题 [ 91%]

资源加载清除问题 Laya.loader.load(mapBit, Handler.create(this, onLoadCom)); 加载成功一个纹理后,用一个Sprite  graphics.drawTexture(e); 在加载成功方法里面写Loader.clearRes(mapBit, true); 会立刻清掉了纹理,Sprite上面也没有了。 如果在加载成功后...

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

79. Loader.ATLAS、sk格式连带加载png图时后面的?v=版本号不会更新如何解决? [ 91%]

Loader.ATLAS、sk格式连带加载png图时后面的?v=版本号不会更新如何解决? 如图,浏览器H5为了实现后台资源更新时前端可以及时更新,会在加载的资源后面写上?v=版本号之类的以达到目的,这个版本号肯定是在配置文件里,上...

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

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

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

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