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

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

1. 想用 FillTexture 图片 设置hit点击区域怎么做? [ 100%]

想用 FillTexture 图片 设置hit点击区域怎么做? 案例中分别用FillTexture 和 Circle 做可点击区域,renderType=hit Circle 可以接收到点击事件,但FillTexture 就不可以。是我使用的不对还是框架 不支持? 我想用这个不规则 图片做遮罩...

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

2. fillTexture使用问题 [ 98%]

fillTexture使用问题 sprite使用drawTexture是可以正常使用的,但是用fillTexture时无任何效果。 class Map extends laya.display.Sprite { static width: number = 1188; static height: number = 594; constructor() { super(); Laya.loader.load("res/images/map_01.png", Laya.Handler.creat...

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

3. graphics的fillTexture 圆角图边缘有多出线条 [ 97%]

graphics的fillTexture 圆角图边缘有多出线条 var texture = LoadingManager.instance.getRes("res/progress.png"); var graphics=new Laya.Graphics(); graphics.fillTexture(texture,0,0,texture.width,texture.height,"repeat"); 如果用drawTexture就没问题,因为平铺需求 需要用到fillTe...

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

4. WebGL模式下,使用fillTexture填充Sprite,在Sprite移动时,会有间隔线显示并闪烁 [ 96%]

WebGL模式下,使用fillTexture填充Sprite,在Sprite移动时,会有间隔线显示并闪烁 使用Sprite作为背景,且用一张小图fillTexture填充显示,当背景移动时,会显示间隔线且会不停闪烁  this.mapBg = new Laya.Sprite(); this.mapBg.name = "map"; this.mapBg...

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

5. 关于graphics.fillTexture,该api只能填充矩形的,请问有其他方法能填充圆形的吗? [ 95%]

关于graphics.fillTexture,该api只能填充矩形的,请问有其他方法能填充圆形的吗? fillTexture(tex:Texture, x:Number, y:Number, width:Number = 0, height:Number = 0, type:String = repeat, offset:Point = null):void 用该方法实现图片填充效果,但是目前需要用圆...

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

6. sprite.graphics.fillTexture 调用多次,如何在每次调用前清除sprite之前绘制的内容?(像cleanByTexture效果) [ 94%]

sprite.graphics.fillTexture 调用多次,如何在每次调用前清除sprite之前绘制的内容?(像cleanByTexture效果) 2017-08-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来...

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

7. 水漫填充算法(floodfill) [ 75%]

...图片进行纹理像素填充,安卓端微信不正常 关于graphics.fillTexture,该api只能填充矩形的,请问有其他方法能填充圆形的吗? 问一下Sprite里的填充文字如何显示在动画的上方而不是被覆盖? 请问graphic是否支持对回型区域的填充颜...

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

8. 九宫格平铺绘图导致drawCall过高,且在chrome下有黑线 [ 72%]

...是drawTexture(tex,0,0,1000,1000)直接拉伸,另一种方法就是使用fillTexture(tex,0,0,1000,1000,'repeat'),两种模式drawcall不一样,后者高很多。 另外,使用fillTexture,九宫格交界处会有黑线,我看官方1.7.12的更新日志里有解决canvas和firefox下的问...

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

9. laya.sprite精灵无缝拼接地图,会出现黑线跟白线,使用laya的2.0.1beta版本 [ 66%]

... { var texture:Laya.Texture = Laya.loader.getRes(this.name); this.graphics.fillTexture(texture,0,0,256,256,"repeat"); // this.texture = texture; } 这样设置 没什么效果~~ 设置那个Canvas也没有效果 2019-03-16 0 0 分享 微博 QZONE 微信 178*****216 赞同来自: 请问解决了吗...

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

10. LayaRender渲染含有多个part的Body存在Bug [ 65%]

...("res/bar.png"); var w = size, h = size/5; sp.pivot(w/2, h/2); sp.graphics.fillTexture(text, 0, 0, w, h); partA = Matter.Bodies.rectangle(x, y, w, h, { isStatic:true, layaSprite:sp, });  sp = new Laya.Sprite(); w = size/5, h=size; sp.pivot(w/2, h/2); sp.graphics.fillTexture(text, 0, 0, w, h); partB...

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