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

大约有 2 项符合查询结果, 库内数据总量为 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. 关于环形进度条,进度不能重置问题 [ 81%]

...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