大约有 827 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0041 秒)
Laya_社区(668) Laya2.0_文档(61) Laya_示例(34) Laya3.0_文档(30) Laya2.0_示例(30) Laya3.0_api(3) Laya2.0_api(1)
...is.itemSpr.cacheAsBitmap = false; this.addChild(this.itemSpr); //卡马克 for (var i: number = 0; i < 15; i++) { var attItem: HeadItem = new HeadItem; attItem.x = i * this.OFF_X; this.itemList.push(attItem); this.itemSpr.addChild(attItem); } let maskSp:Laya.Sprite = new Laya.Sprite; maskSp.graph...
来源: Laya_社区 发布时间: 20170913
...个BUG,修复如下: laya.d3.js -> SimpleSingletonList.Clear -> for (var i = 0, n = this.length; i < n; i++) 引擎代码 i没有赋初值,导致 i<n永远为false. 2020-03-21 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起...
来源: Laya_社区 发布时间: 20190923
... 是不需要放到update里 如果给十个子物体加监听 那就一个for循环 然后 获取到 你这十个子物体 然后分别加上就好 this.owner.getChildByName("子节点name") 可以获取到子节点 2019-05-11 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复...
来源: Laya_社区 发布时间: 20181214
...NE 微信 cheng 赞同来自: 临时解决方案:vscode里面的debugger for chrome,用4.12.8这个版本 2021-01-08 0 2 分享 微博 QZONE 微信 我们宅技术 赞同来自: https://ask.layabox.com/question/47476 2021-01-11 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折...
来源: Laya_社区 发布时间: 20210108
...• 2018-02-10 13:31 private function GetUser():void{ var data:Array = []; for(var m:number =0;m<1;m++){ data.push({m_label:{text:"one"}}); data.push({m_label:{text:"two"}}); data.push({m_label:{text:"three"}}); data.push({m_label:{text:"four"}}); data.push...
来源: Laya_社区 发布时间: 20180210
...失败 WebGL: INVALID_OPERATION: useProgram: program not valid [.Offscreen-For-WebGL-00615668]GL ERROR :GL_INVALID_OPERATION : glDrawElements: attempt to access out of range vertices in attribute 0 很多错误 2017-12-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...
来源: Laya_社区 发布时间: 20171205
... cell; }, 初始化数据 setData:function() { // 添加一批 for (var i = 0; i < elemArr.length; i++) { var rdata = elemArr[i]; var cell = this._putChild("panelParent", path, rdata.showCol, rdata.showRow, cellSize, [1, 1], 0); } this.timerOnce(300, this, function () { t...
来源: Laya_社区 发布时间: 20170410
...像。我用了同样的代码 function drawRankList(data) { data.forEach((item, index) => { // context.drawImage(item.avatarUrl, 0, 0, 200, 400); // var image1 = wx.createImage() // image1.src = item.avatarUrl // context.drawImage(image1, 0, 0, 80 *...
来源: Laya_社区 发布时间: 20180516
... app by means other than the in-app purchase API, which is not appropriate for the App Store. Next Steps While the payment system that you have included may conduct the transaction outside of the app, if the purchasable content, functionality, or services are intended to be used in the app, they mus...
来源: Laya_社区 发布时间: 20180414
...至于我只要用react 就会报错 react.201605251128.js?t=1491660786863:formatted:7527Uncaught Error: Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.乱起八糟也不知道什么错误,非得要我们自己手动的...
来源: Laya_社区 发布时间: 20170408