大约有 315 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0048 秒)
Laya_社区(202) Laya3.0_api(66) Laya2.0_文档(13) Laya2.0_示例(9) Laya3.0_文档(9) Laya_示例(8) laya_api(4) Laya2.0_api(4)
....timer.loop(100, this, () => { if (r >= 360) r = 0; r++; sp.graphics.clear(true); sp.graphics.drawPie(0, 0, 50, 0, r, "#00ff1e"); sp2.graphics.clear(true); sp2.graphics.drawPie(0, 0, 50, 0, r, "#00ff1e"); }) 附件 : --> test.zip 2019-07-01 添加评论 免费帖 --> 分享 微博 QZONE 微信...
来源: Laya_社区 发布时间: 20190701
...我的牌大了。可是我的牌还是出不去 computer() { Laya.timer.clear(this,this.computer); var NTS: number; var NTE: number; this.nextTurn; let i = this.turnNumber; if(i==0){ return; } this.getPlayer(); } gotoNext(){ this.turnNumber++; if(this.turnNumber>3) { this.turnNumber=0 } } ...
来源: Laya_社区 发布时间: 20180626
...eadyUrl = "", isSaveFile = false, fileType = "", isAutoClear = true) { DEB("下载文件"+fileUrl) var downloadTask = MiniFileMgr.wxdown({ url: fileUrl, success: function (data) { if (data.statusCode === 200) MiniFileMgr.readFile(data.tempFilePath, encoding, callBack, r...
来源: Laya_社区 发布时间: 20200103
...f (!canmove){ console.log("move over"); Laya.timer.clear(this,funbg); this.moveover=false; } } 这个是简单的一段代码 请注意如果初始化不设置 this.bgimg.width=scronw; this.bgimg.height=scronh; 这个是设置宽高的地方,只...
来源: Laya_社区 发布时间: 20171024
...颜色问题 关于主程序过大的问题 关于removechild、destory、clear的问题 写了个边缘光的自定义shader,有很多问题,帮忙看一下 mask在layaplayer中有问题 问题状态 最新活动: 2019-03-28 13:56 浏览: 1530 关注: 2 人 158*****196 • 2019-04-01 16:23 不...
来源: Laya_社区 发布时间: 20190328
...es("res/floor.png"); this.bg = new laya.display.Sprite(); this.bg.graphics.clear(); this.addChild(this.bg); //因为上面的图片是截取的 所以右边可能没有图片了 这里补一个 this.rightBg = new laya.display.Sprite(); this.rightBg.graphics.drawTexture(laya.resource.Texture.createFr...
来源: Laya_社区 发布时间: 20160801
...样载入场景问题出现在哪呢?? 关于removechild、destory、clear的问题 两个问题 有元件支援视频流渲染吗? Image元件读不了资料流 问题状态 最新活动: 2017-08-06 22:28 浏览: 1843 关注: 6 人 Monica • 2017-08-09 10:35 1.7.9beta版本的引擎库已解...
来源: Laya_社区 发布时间: 20170718
...xture(texture2D); //texture.bitmap.alwaysChange = true; this.rank.graphics.clear(); this.rank.graphics.drawTexture(texture, 0, 0, texture.width, texture.height); }); alwaysChange = true不好用了 需要手动循环绘制才能正常画出来 流年似水 • 2018-10-17 10:21 @淡淡的疯 2.0排...
来源: Laya_社区 发布时间: 20181001
...、时间和其他一些Timer相关的问题 关于removechild、destory、clear的问题 LayaPlayer在x86ABI的安卓模拟器中崩溃 问题状态 最新活动: 2018-03-21 20:17 浏览: 2397 关注: 2 人 13570957865 • 2018-03-21 12:01 已发,请抽空看一下,谢谢帮忙 13570957865 • ...
来源: Laya_社区 发布时间: 20180316
... 2018-02-07 0 0 分享 微博 QZONE 微信 qian 赞同来自: Laya.timer.clear(this,function),function就是你想要关闭的定时器的回调。 2018-02-07 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 oy2419498011 问题状态...
来源: Laya_社区 发布时间: 20180207