大约有 6 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0020 秒)
... 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
...信 watsonsong 赞同来自: 是指的不用贴图,直接每一帧用sp.graphics.drawRect去绘制一个带颜色的矩形么? 2018-01-14 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 watsonsong 相关问题 btn 鼠标移动上去...
来源: Laya_社区 发布时间: 20180113
...边效果,但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
...法设置,然而拉长以后效果简直无法直视 如何给Sprite的graphics绘制的线条添加发光滤镜? 问题状态 最新活动: 2017-09-22 11:44 浏览: 816 关注: 2 人 Playerdata1 • 2017-09-22 11:53 好的
来源: Laya_社区 发布时间: 20170922
...sprite 绘制一个矢量图的方块背景。 加边框可以用矢量图 graphic 画一个。 或者让美术做一个漂亮的边框, 或者用发光滤镜。 2018-06-29 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Thylx 相关问...
来源: Laya_社区 发布时间: 20180629
...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