大约有 17 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0022 秒)
UI编辑器编辑导出的Iamge图,不能再代码里loadImage吗? 创建一个View,随便拖一张图进去,生成了一个Image。变量名为test。 然后代码里对这个Image重新load图形。this.test.loadImage("pic/close.png") 完了发现并没有把"close.png"加载进去,只是...
来源: Laya_社区 发布时间: 20180816
...么将图片转换成base64格式 如题。一直转换没成功。 Laya.loader.load("hall/111.png",Handler.create(this,function():void { var img:Texture = Laya.loader.getRes("hall/111.png"); var encode:String = Base64ImageTool.getBase64Pic(img); } 2017-06-13 添加评论 免费帖 --> 分享 微博...
来源: Laya_社区 发布时间: 20170613
...at.smoothness = 0.22; ID_12kg_huang1_mat.occlusionTexture = Laya.Texture2D.load("res/aidu/four12/Assets/pic/four12KG.jpg"); ID_12kg_huang1_mat.occlusionTextureStrength = 1; ID_12kg_huang1.meshRender.sharedMaterial = ID_12kg_huang1_mat; 2018-05-09 添加评论 免费帖 --> 分享 微博 QZONE 微信...
来源: Laya_社区 发布时间: 20180509
...oid{ for each(var ul:String in pics){ var mc:MovieClip = new MovieClip; mc.load(ul); this.addChild(mc); mc.on(Event.COMPLETE,this,stopNowMC) } } private function stopNowMC(e:Event):void{ trace(e.currentTarget); trace(e.target); MovieClip(e.currentTarget).gotoAndStop(MovieClip(e.target).count-1); } A...
来源: Laya_社区 发布时间: 20161221
加速器是不是不支持input:file <div class="upload-wrap" id="upload" style="left: 0px; top: 0px; width: 0px; height: 0px; display: none;"> <input type="file" class="upload-pic" id="upFile" accept="image/jpeg,image/png" value="upload Img"> <span class="upload-tex...
来源: Laya_社区 发布时间: 20170116
..., 0); box.transform.rotate(new Laya.Vector3(90, 0, 0), false, false); Laya.loader.load(this.AllPng,new Laya.Handler(this,this.onCallBack),null,Laya.Loader.BUFFER); Laya.stage.on(Laya.Event.KEY_DOWN,this,this.onKey); //######################################################################## } private...
来源: Laya_社区 发布时间: 20220815
...增。 【问题如下】: 问题1:clearRes释放资源之后,Laya.loader.load重新加载同一个资源为什么GPUMemory会不停的增加? 问题2:Laya.loader.clearRes之后,GPUMemory为什么不降低,如果clearRes不会释放内存,那这个接口的作用是什么? 【Demo...
来源: Laya_社区 发布时间: 20190307