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

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

121. 加载-销毁Texture使用的图片资源 [ 67%]

...; // 创建按钮 this.btn = new Sprite().size(205, 55); this.btn.graphics.drawRect(0, 0, this.btn.width, this.btn.height, "#057AFB"); this.txt = new Text(); this.txt.text = "销毁"; this.txt.pos(75, 15); this.txt.fontSize = 25; this.txt.color = "#FF0000"; this.btn.addChild(this.txt); this.btn.pos(...

来源: Laya2.0_示例 发布时间: 20241118

122. 绘制图形 · LayaAir3.0文档 · LAYABOX [ 67%]

... laya.display.Graphics 类可以查看到API的各种矢量绘图方法。 drawRect fillText drawPath drawCircle drawPie drawLine drawLines drawPoly drawCurves ...... 下面将对这些Graphics进行讲解。 二、绘制矩形与圆角矩形 2.1 IDE绘制矩形 在Sprite对象的 Graphics 组件中...

来源: Laya3.0_文档 发布时间: 20241014

123. 点击区域问题 [ 66%]

...偏复杂。 另一个是sprite.mouseThrough = true;加上sprite.graphics.drawRect。但是遇到个问题是sprite.graphics多了好像我的小米2s会掉帧(十几个150*100的矩形就掉到55以下)。 那么问题来了,有什么简单的确实可行的方案能让负坐标能触发点...

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

124. 圆环不跟随 sprite 一起缩放? [ 66%]

...w Laya.Sprite();  this.firstSp = new Laya.Sprite(); this.firstSp.graphics.drawRect(0, -100, 200, 200, null, "#ffffff"); this.firstSp.graphics.drawLine(0, 0, 100, 100, "#ffffff", 5); this.firstSp.graphics.drawCircle(100, 100, 20, null, "ffffff"); Laya.stage.on(Laya.Event.MOUSE_WHEEL, this, this.Mous...

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

125. 关于fillText问题 [ 66%]

...367261我测试过了 只要调用fillText绘制就增加接近16M,使用drawRect等几乎不增加,这是什么原因? w1114367261 • 2018-04-25 14:29 这个是laya的大图集功能没有办法去掉哦!你第一次绘制fillText会创建出laya的大图集所以增大, AllenYT • 2018...

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

126. 加载-销毁Texture使用的图片资源 [ 66%]

...); //创建按钮 this.btn = new Sprite().size(205, 55); this.btn.graphics.drawRect(0, 0, this.btn.width, this.btn.height, "#057AFB"); this.txt = new Text(); this.txt.text = "销毁"; this.txt.pos(75, 15); this.txt.fontSize = 25; this.txt.color = "#FF0000"; this.btn.addChild(this.txt); this.btn.pos(...

来源: Laya_示例 发布时间: 20241118

127. 圆不跟谁 sprite 一起缩放? [ 65%]

...w Laya.Sprite();  this.firstSp = new Laya.Sprite(); this.firstSp.graphics.drawRect(0, -100, 200, 200, null, "#ffffff"); this.firstSp.graphics.drawLine(0, 0, 100, 100, "#ffffff", 5); this.firstSp.graphics.drawCircle(100, 100, 20, null, "ffffff"); Laya.stage.on(Laya.Event.MOUSE_WHEEL, this, this.Mous...

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

128. 请问更新遮罩的最优方式 [ 64%]

...idth * _percent, _barImage.height); _mask.graphics.clear(); _mask.graphics.drawRect(0, 0, _mask.width, _mask.height, "#FF0000");                      _barImage.mask = null; _barImage.mask = _mask;   试过需要置mask为null,然后再设置一次,才会有效果,不同于scrol...

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

129. iphoneX 用微信打开游戏,,做新手引导 抠图有问题,,, [ 64%]

...ea = new Sprite(); this.maskArea.alpha = maskAlpha; this.maskArea.graphics.drawRect(0, 0, Laya.stage.width, Laya.stage.height, maskColor); this.guideContainer.addChild(this.maskArea); //绘制一个圆形区域,利用叠加模式,从遮罩区域抠出可交互区 this.interactionArea = new Sprit...

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

130. flag的问题 [ 64%]

...":"#FFA500"         c.graphics.clear();         c.graphics.drawRect(50, 50, 300, 100, color);         Laya.stage.addChild(c);     } })();   2017-05-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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