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

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

171. FontClip问题 [ 80%]

...dex])continue ;   texture=this.sources[index];   if (isHorizontal)this.graphics.drawTexture(texture,dX+i *(texture.sourceWidth+this.spaceX),0,texture.sourceWidth,texture.sourceHeight);   else this.graphics.drawTexture(texture,0+dX,i *(texture.sourceHeight+this.spaceY),texture.sourceWidth,textu...

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

172. graphics绘制扇形,角度设置一定数值时候,遮罩形状不对 [ 80%]

graphics绘制扇形,角度设置一定数值时候,遮罩形状不对 白色区域为扇形遮罩。 第一个遮罩角度设置: 66,270 。 第二个遮罩角度设置: 0, 204。 第三个遮罩角度设置:180, -90。   这是在idea界面显示都是正确的。   项目启动...

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

173. 鼠标事件能否在有图形的区域感应,特别是子项坐标为负数时(已经找到问题) [ 80%]

...ite { private var testPan:Sprite; public function MainUi() { super(); this.graphics.drawRect(0,0,500,500,"#fff0cc"); testPan = new Sprite(); testPan.name = "testPan"; this.addChild( testPan ); testPan.pos( 300,300); testPan.graphics.drawRect(0,0,90,100,"#faaff0"); testPan.on(Event.CLICK,this,onMouse...

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

174. 扇形遮罩画不全画了一个很奇怪的形状但是矩形的就没问题。显示效果如下:版本号1.7.10 [ 80%]

...   if (maskSp)             {                 maskSp.graphics.clear();                                  var w:Number = maskSp.getSize().width;                 var h:Number = maskSp.getSize().height;                          ...

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

175. 如何用Tween 给graphics.drawLine 设置缓动 [ 79%]

如何用Tween 给graphics.drawLine 设置缓动 就是可以显示线条画出来的过程 2017-04-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 如果显示线条画出来的过程...

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

176. Sprite-显示图片 [ 79%]

...onkey2Path); let ape2 = new Laya.Sprite(); Laya.stage.addChild(ape2); ape2.graphics.drawTexture(monkey2, 100, 0); })); } } new Sprite_DisplayImage();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Texture = Laya.Texture; import Browser = Laya.Browser; import Handler = La...

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

177. Sprite-显示图片 [ 79%]

...a.loader.getRes("../../res/apes/monkey2.png"); var ape = new Sprite(); ape.graphics.drawTexture(t, 0, 0); Laya.stage.addChild(ape); ape.pos(200, 0); })); } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Texture = Laya.Texture; import Browser = Laya.Browser; import ...

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

178. tiledmap 可以在图块层的指定格子上添加Sprite吗 [ 79%]

...ayerByName("player"); this.tMapPlayer = new Laya.Sprite(); this.tMapPlayer.graphics.drawRect(0, 0, 100, 100, "#FF0000", "#0000FF", 1); //this.tMapPlayer.loadImage("unit/test.png"); this.tMapPlayer.zOrder = 1000; testLayer.addChild(this.tMapPlayer); }楼上您好,我照着你的代码写的,但...

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

179. graphics的setAlpha在pc端正常使用,到layaNative就报错 [ 79%]

graphics的setAlpha在pc端正常使用,到layaNative就报错 如题,报错是说this._saveToCmd is not a function 2018-09-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复   赞同来自: 提供一下你...

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

180. sound manager在MOUSE_OVER事件中无法播放 [ 78%]

...            button.size(w, h);             button.graphics.drawRect(0, 0, w, h, "#FF7F50");             button.graphics.fillText(label, w / 2, 8, "25px SimHei", "#FFFFFF", "center");             Laya.stage.addChild(button);        ...

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