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

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

1. 使用发光滤镜后的第一个遮罩效果无效 [ 100%]

...     var ui_hpBarMask = new Laya.Sprite();         ui_hpBarMask.graphics.clear();         ui_hpBarMask.graphics.drawRect(0, 0, 154, 12, 0xffffff);         this.txt_pro.displayObject.mask = ui_hpBarMask; 附件 : --> 2022-05-31 添评论 免费帖 --> 分享 微博 QZONE ...

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

2. Image控件可以设置颜色么? [ 85%]

...信 watsonsong 赞同来自: 是指的不用贴图,直接每一帧用sp.graphics.drawRect去绘制一个带颜色的矩形么? 2018-01-14 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 watsonsong 相关问题 btn 鼠标移动上去...

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

3. lineStyle()没有清除描边效果 [ 85%]

...边效果,但LAYA是默认为1像素描边var s:Shape = new Shape(); s.graphics.lineStyle(4); s.graphics.beginFill(0xff0000); s.graphics.drawCircle(100, 100, 70); s.graphics.endFill(); s.graphics.lineStyle();//flash中不参数是清除描边效果 s.graphics.beginFill(0xffffff); s.graphics.dra...

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

4. drawToCanvas 截屏 以后外发光会变黑。 [ 84%]

...法设置,然而拉长以后效果简直无法直视 如何给Sprite的graphics绘制的线条添发光滤镜? 问题状态 最新活动: 2017-09-22 11:44 浏览: 816 关注: 2 人 Playerdata1 • 2017-09-22 11:53 好的

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

5. 请教个问题(UI相关):有个区域180*180像素,我想给他弄个边框(2px solid #ccc)或背景色,我要用那个UI组件呢? [ 67%]

...sprite 绘制一个矢量图的方块背景。 边框可以用矢量图 graphic 画一个。 或者让美术做一个漂亮的边框, 或者用发光滤镜。 2018-06-29 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Thylx 相关问...

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

6. 在父sprite中添子sprite ,移动父Sprite 子sprite为什么不动? [ 65%]

...l[angelLel].y, data.angel[angelLel].w , data.angel[angelLel].h); this.ball.graphics.drawTexture(tBall, 0,0,548,305); this.tower.graphics.drawTexture(tTower, 0, 0, data.tower[towerLel].w , data.tower[towerLel].h); this.aeroboat.graphics.drawTexture(tAeroboat,0,0, data.aeroboat.w, data.aeroboat.h); th...

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