大约有 164 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0036 秒)
.../ ... 6quot;); var ape = new Sprite(); ape.scaleX = 0.5 ape.scaleY = 1 ape.graphics.drawTexture(t, 0, 0); Laya.stage.addChild(ape); ape.pos(200, 0); let sp = new Sprite() sp.graphics.drawRect(0, 0, 50, 50, '#ffff000') ape.mask = sp })); } })(); 右边的...
来源: Laya_社区 发布时间: 20171220
...决了。 原先这样写的,网页上可以,native下是反的。 spt.graphics.drawPie(spt.width / 2, spt.height / 2, spt.width / 2, angle - 90, -90, '#000000'); 现在改成了 spt.graphics.drawPie(spt.width / 2, spt.height / 2, spt.width / 2, angle - 90, -90+360, '#000000'); 2017-08-21 0 1 ...
来源: Laya_社区 发布时间: 20170821
...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
...ica - 知识达人 赞同来自: ani.index是当前播放到哪一帧 ani._graphics._one[0]是一个Texture 你自己加个判断,如果播放到了你要改变皮肤那一帧的话你就改变ani._graphics._one[0] 2017-10-25 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 ...
来源: Laya_社区 发布时间: 20171024
...转 混合模式作用只是将颜色混合起来吗 UI编辑界面中的Graphics comp下的button.png第一次点击进入另一个界面,再在这个界面下点击时点击事件不生效? 小米快游戏发布运行不起来 开启一个项目 切换到编辑模式界面 界面一片空白 ...
来源: Laya_社区 发布时间: 20181114
... 2018-01-09 0 0 分享 微博 QZONE 微信 qian 赞同来自: 可以使用graphics绘制线条试一下 2018-01-09 0 0 分享 微博 QZONE 微信 fool_tiger 赞同来自: 我是用的graphics这个绘制,刚才说的鼠标位置问题也解决了,现在还剩下鼠标画线动作与panel组件...
来源: Laya_社区 发布时间: 20180109
...ainer(render) { var con = render.container; spriteCon = new Laya.Sprite(); graphicsCon = new Laya.Sprite(); render.spriteContainer = spriteCon; render.graphicsContainer = graphicsCon; con.addChild(spriteCon); con.addChild(graphicsCon); graphics = graphicsCon.graphics; } 现在con这个是undefined...
来源: Laya_社区 发布时间: 20180613
... var color = (flag = !flag)?"#A52A2A":"#FFA500" c.graphics.clear(); c.graphics.drawRect(50, 50, 300, 100, color); Laya.stage.addChild(c); } })(); 2017-05-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...
来源: Laya_社区 发布时间: 20170510
...、时间和其他一些Timer相关的问题 IDE创建的UI 层级问题 graphics alpha 问题 问题状态 最新活动: 2017-05-23 17:48 浏览: 2844 关注: 3 人 189*****192 • 2017-05-22 16:56 方法1 var p = new laya.html.dom.HTMLIframeElement(); Laya.stage.addChild(p); p.href = "www.lay...
来源: Laya_社区 发布时间: 20170522
...照特效 this._shapeSnapEffect = new egret.Shape; this._shapeSnapEffect.graphics.beginFill( 0xFFFFFF ); this._shapeSnapEffect.graphics.drawRect( 0, 0, L.W_CLIP, L.H_CLIP ); this._shapeSnapEffect.graphics.endFill(); this._shapeSnapEffect.cacheAsBitmap = true; this._shapeSnapEffect.x = this._bmpSnap....
来源: Laya_社区 发布时间: 20170618