大约有 297 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0036 秒)
...-07 20:01 getPixels(x:Number, y:Number, width:Number, height:Number):Array Texture中的这个方法不是可以获取像素点数据吗? yanmingjie • 2017-04-07 20:29 谢谢啦,描述不清楚,修改了一下。请问有什么方式获取吗?
来源: Laya_社区 发布时间: 20170407
Texture2D.setPixels会导致图片质量变差了,获取原生的pixels没有进行改动。怎么回事呢? 代码如下: var url = "res/textures/marry_frame_005.png"; url= Laya.URL.formatURL(url); var imageSource=new Laya.Browser.window.Image(); var thisObj = this; var onload=function (){ v...
来源: Laya_社区 发布时间: 20190923
...enDataContext = wx.getOpenDataContext(); var rankTexture:Laya.Texture = new Laya.Texture(Laya.Browser.window.sharedCanvas); rankTexture.bitmap.alwaysChange = true;//小游戏使用,非常费,每帧刷新 ...
来源: Laya_社区 发布时间: 20180529
...0 微信排行榜 离屏画布不能直接附加到组件纹理上 A:let texture = new Laya.Texture(sharedCanvas); backImage.graphics.drawTexture(texture) B:backImage.texture = texture 1.7版本可以直接把共享画布赋值给组件纹理,2.0不行(A,B两种方法) 报如...
来源: Laya_社区 发布时间: 20181001
...pDat instanceof Laya.SpineTemplet) { let obj: object = tmpDat["_textures"]; for (let key in obj) { if (obj.hasOwnProperty(key)) { let texture = obj[key] as Laya.SpineTexture; let pngUrl = texture.realTexture.url; le...
来源: Laya_社区 发布时间: 20240429
关于Texture的nv 有谁看懂laya底层Texture的uv呢,看的好晕,而且感觉uv数组的排列顺序也是没有规则的,有点难理解 2018-07-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 tobe ...
来源: Laya_社区 发布时间: 20180723
...el = Math.random().toString(); // console.log(Math.random()); let tex:Laya.Texture = Laya.Loader.getRes(this.bUrl); let x:number = this._testStatus == true ? 0:50;//Math.random()>0.5 ? 50 : 0; this._testStatus = !this._testStatus; // let canvasInfo = this.getCanvasWidthHeight(); let ctx = new Lay...
来源: Laya_社区 发布时间: 20230328
...promise) TypeError: Cannot read property 'width' of null at Function.Texture._create (laya.core.js:15946) at Texture.__proto._onLoaded (laya.core.js:15750) at EventHandler.__proto.runWith (laya.core.js:1410) at ResInfo.__proto.event (laya.core.js:1166) at LoaderManager....
来源: Laya_社区 发布时间: 20200201
...毁其克隆对象,统计面板的显存和内存就会显示成负数 Texture图片能否进行翻转? list单个中的单条的button怎么添加点击事件 手游的时候一般会对堆栈信息进行一些上报用于定位问题,请问一下H5这块有什么好的方法吗? 我在转...
来源: Laya_社区 发布时间: 20200514
... let sp = new Laya.Sprite(); sp.texture = tex; Laya.stage.addChild(sp) } } 附件 : --> 2021-06-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...
来源: Laya_社区 发布时间: 20210618