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

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

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