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

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

1. Laya3.0 图片拼合缩放会导致两张图片之间有一条横线[已解决] [ 100%]

...  Laya.loader.load("http://103.219.177.59:63344/%2 ... ot%3B, Laya.Loader.TEXTURE2D).then((texture: Laya.Texture2D) => {             //在U方向上使用WARPMODE_CLAMP             texture.wrapModeU = Laya.WrapMode.Clamp;             //在V方向使用WARPMODE_CLAMP        ...

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

2. 求问sprite放大后,graphics绘制的图像位置偏移 [ 99%]

...graphics绘制的图像位置偏移 let sprite: Sprite = new Sprite(); let texture: Laya.Texture = Laya.loader.getRes(this.skin_img1); sprite.graphics.drawTexture(texture, 0, 0, texture.width, texture.height); sprite.size(texture.width, texture.height); let x: number = 300; let y: number = 100; let ...

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

3. 分享:Graphics下cmds命令流的使用! [ 99%]

...te; import laya.maths.Matrix; import laya.net.Loader; import laya.resource.Texture; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class GraCmdsDemo { public function GraCmdsDemo() { //初始化舞台 Laya.init(Browser.width,Browser.height,WebGL); //预加载...

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

4. 分享:DrawToCanvas内存释放问题! [ 99%]

...t laya.events.Event; import laya.resource.HTMLCanvas; import laya.resource.Texture; import laya.utils.Browser; import laya.utils.Stat; public class LayaAirDemo { private var sp:Sprite ;//被截屏对象 private var htmlC:HTMLCanvas;//保存截屏后返回的HtmlCanvas对象 private var texture:Textu...

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

5. 分享:Sprite 转换成3D贴图(Texture2D)的方法,如果有更好的方法,请告诉我。 [ 99%]

分享:Sprite 转换成3D贴图(Texture2D)的方法,如果有更好的方法,请告诉我。 因为要用到的贴图并不是固定的,所以有这样的需求,之前问过,不过暂时没有结果:https://ask.layabox.com/question/5622   看不太懂官方的源码,所以用...

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

6. 关于要自定shader的同学 [ 98%]

...可以使用 drawToCanvas从游戏中截屏当前sprite 的绘制 let new_texture = sprite.drawToCanvas(width, height, 0, 0) 这里的 width 和height 指的是当前的sprite在游戏中设置的大小 new_texture = ls.Texture.create(new_texture, 0, 0)   重新获取纹理然后将textureHost设...

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

7. 如何获取Sprite上用graphics.drawTexture绘制的texture[ 98%]

如何获取Sprite上用graphics.drawTexture绘制的texture? 如何获取Sprite上用graphics.drawTexture绘制的texture? 如定义为faceImage的Sprite,我用faceImage.graphics.drawTexture绘制图片哦,也有正常显示了,但我通过faceImage.texture却是null。我需要拷贝该...

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

8. ArrayBuffer如何转为Texture[ 98%]

ArrayBuffer如何转为Texture? 如题。我查看该文档。 https://ldc.layabox.com/doc/?nav=zh-ts-3-1-0 该文档里面并没有说明在Native下面如果通过二进制构造Texture。 同时, https://ask.layabox.com/question/7667 https://ask.layabox.com/question/4279 也没有详细说...

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

9. spritetexture获取后为null [ 98%]

spritetexture获取后为null loadImage加载sprite后,获取spritetexture为null。 2016-12-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: spritetexture本身就是获取...

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

10. 关于创建Sprite获取大小 [ 97%]

...与内容相关的链接 提交 1 个回复 kezhiyu 赞同来自: 大小在texture里面 2018-05-30 0 16 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 冰水blue 相关问题 请问有没有方法能够获取“鼠标是否处于按下状...

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