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

大约有 4 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0017 秒)

1. 锯齿问题 求破 [ 100%]

...          var mask = new Sprite();               mask.graphics.drawCircle(50,50,50,"#00ffff")                             imgSprite.mask = mask;               var circleLine = new Sprite();               circleLine.graphics.drawCircle(50,50,52,null,"#cb9a52",2...

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

2. graphics drawPath drawLine 鼠标 画笔 画线 锯齿 [ 89%]

...        //消除锯齿,直接画圆,         this.cls.graphics.drawCircle(e.stageX,e.stageY,10,"#ff0000");                  this.startPoint= new Laya.Point(e.stageX,e.stageY);     }   2022-09-23 2 0 分享 微博 QZONE 微信 1663993644用户 赞同来自: 学习了 2022-10-0...

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

3. 关于环形进度条,进度不能重置问题 [ 77%]

...0,this.angle, "#ffffff"); this.circle = new Sprite(); this.circle.graphics.drawCircle(this.say.width/2, this.say.height/2, this.say.width/2, "#00ffff"); this.circle.blendMode = "destination-out"; } Laya.class(IndexView,"IndexView",_super); IndexView.prototype.loadProgress = function(){ this.box.addC...

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

4. 绘制能力 · LayaAir3.3 · 引擎文档 · LAYABOX [ 40%]

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

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