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

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

1. 如何获取animation对象像素 [ 100%]

如何获取animation对象像素 项目代码如下: this.body.texture.getPixels(this.bound.x + i, this.bound.y + j, 1, 1); 问题:   this.body已经是被显示在舞台上的animation对象了   animation的texture属性为什么是null。要去获取对象像素怎么获取?   20...

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

2. 关于高度图过大时,生成MeshTerrainSprite3D过程中像素清0的bug [ 98%]

关于高度图过大时,生成MeshTerrainSprite3D过程中像素清0的bug 复现环境:微信小游戏安卓真机(ios和微信开发者工具正常) 引擎版本:2.5.0 使用高度图时,当高度图过大,比如2048*2048,发现在生成   let terrainSprite: Laya.MeshTerrainS...

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

3. laya.particle.ParticleSetting [ 97%]

...(单位:无)ParticleSetting  gravity : Float32Array(单位:2D像素、3D坐标)ParticleSetting  maxEndColor : Float32Array最大结束颜色ParticleSetting  maxEndRadius : Number = 0最大结束半径(单位:2D像素、3D坐标)ParticleSetting  maxEndSize : Number = 100最...

来源: Laya2.0_api 发布时间: 20190513

4. 如何获取webgl模式下屏幕上的像素 [ 97%]

如何获取webgl模式下屏幕上的像素 2018-05-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Volumex 赞同来自: Texture.getPixels方法内 var tUint8Array=tRenderTarget.getData(0,0,width,height); ...

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

5. laya.particle.ParticleSetting [ 97%]

...(单位:无)ParticleSetting  gravity : Float32Array(单位:2D像素、3D坐标)ParticleSetting  maxEndColor : Float32Array最大结束颜色ParticleSetting  maxEndRadius : Number = 0最大结束半径(单位:2D像素、3D坐标)ParticleSetting  maxEndSize : Number = 100最...

来源: laya_api 发布时间: 20170929

6. RenderTexture类的getData()方法存在BUG,得到的像素全部为透明! [ 96%]

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

7. laya.maths.Matrix [ 95%]

... Properties PropertyDefined By  a : Number缩放或旋转图像时影响像素沿 x 轴定位的。Matrix  b : Number旋转或倾斜图像时影响像素沿 y 轴定位的。Matrix  c : Number旋转或倾斜图像时影响像素沿 x 轴定位的。Matrix  d : Number缩放或旋转...

来源: laya_api 发布时间: 20170929

8. laya.maths.Matrix [ 95%]

... Properties PropertyDefined By  a : Number缩放或旋转图像时影响像素沿 x 轴定位的。Matrix  b : Number旋转或倾斜图像时影响像素沿 y 轴定位的。Matrix  c : Number旋转或倾斜图像时影响像素沿 x 轴定位的。Matrix  d : Number缩放或旋转...

来源: Laya2.0_api 发布时间: 20190513

9. laya.ui.Label [ 94%]

...: Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。 建议...

来源: Laya2.0_api 发布时间: 20190513

10. laya.ui.Label [ 94%]

...: Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。 建议把...

来源: laya_api 发布时间: 20170929