大约有 361 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0047 秒)
如何获取animation对象像素值 项目代码如下: this.body.texture.getPixels(this.bound.x + i, this.bound.y + j, 1, 1); 问题: this.body已经是被显示在舞台上的animation对象了 animation的texture属性为什么是null。要去获取对象像素值怎么获取? 20...
来源: Laya_社区 发布时间: 20161216
关于高度图过大时,生成MeshTerrainSprite3D过程中像素值清0的bug 复现环境:微信小游戏安卓真机(ios和微信开发者工具正常) 引擎版本:2.5.0 使用高度图时,当高度图过大,比如2048*2048,发现在生成 let terrainSprite: Laya.MeshTerrainS...
来源: Laya_社区 发布时间: 20200703
...(单位:无)ParticleSetting gravity : Float32Array(单位:2D像素、3D坐标)ParticleSetting maxEndColor : Float32Array最大结束颜色ParticleSetting maxEndRadius : Number = 0最大结束半径(单位:2D像素、3D坐标)ParticleSetting maxEndSize : Number = 100最...
来源: Laya2.0_api 发布时间: 20190513
如何获取webgl模式下屏幕上的像素值 2018-05-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Volumex 赞同来自: Texture.getPixels方法内 var tUint8Array=tRenderTarget.getData(0,0,width,height); ...
来源: Laya_社区 发布时间: 20180508
...(单位:无)ParticleSetting gravity : Float32Array(单位:2D像素、3D坐标)ParticleSetting maxEndColor : Float32Array最大结束颜色ParticleSetting maxEndRadius : Number = 0最大结束半径(单位:2D像素、3D坐标)ParticleSetting maxEndSize : Number = 100最...
来源: laya_api 发布时间: 20170929
RenderTexture类的getData()方法存在BUG,得到的像素值全部为透明! let data: Uint8ClampedArray = new Uint8ClampedArray(this.renderTargetCamera.renderTarget.getData(0, 0, 1024, 1024)); let imageData: ImageData = new ImageData(data, 1024, 1024); let canvas: HTMLCanvasElement = documen...
来源: Laya_社区 发布时间: 20180117
... Properties PropertyDefined By a : Number缩放或旋转图像时影响像素沿 x 轴定位的值。Matrix b : Number旋转或倾斜图像时影响像素沿 y 轴定位的值。Matrix c : Number旋转或倾斜图像时影响像素沿 x 轴定位的值。Matrix d : Number缩放或旋转...
来源: laya_api 发布时间: 20170929
... Properties PropertyDefined By a : Number缩放或旋转图像时影响像素沿 x 轴定位的值。Matrix b : Number旋转或倾斜图像时影响像素沿 y 轴定位的值。Matrix c : Number旋转或倾斜图像时影响像素沿 x 轴定位的值。Matrix d : Number缩放或旋转...
来源: Laya2.0_api 发布时间: 20190513
...: Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。 建议...
来源: Laya2.0_api 发布时间: 20190513
...: Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。 建议把...
来源: laya_api 发布时间: 20170929