大约有 232 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0043 秒)
..._1.emiter.jscObj = json.jscObj; // yield相当于await if (!this.tsCongfig.length || (yield this.compile())) { //确认编译结果 this.checkAllDir(""); } else { console.log("compile fail!"); } }); } 复制代码[/code] 其中__awaiter是一个编译工具函数,相当于async/await ,因为引...
来源: Laya_社区 发布时间: 20200925
...索引不再可索引范围,则终止该函数 if(index > this.data.length)return; //获取当前渲染条目的数据 var listData = this.data[index]; console.log(listData); //根据子节点的名字listNumber,获取子节点对象。 //var img = cell.getChildByName("listNumber") ; var img ...
来源: Laya_社区 发布时间: 20170914
...&& index >-1 && index < this.currSlotData.displayArr.length){ this.displayIndex=index; this.currDisplayData=this.currSlotData.displayArr[index]; if (this.currDisplayData){ var tName=this.currDisplayData.name; this.currTexture=this.templet.getTexture(tName); if (this.currTexture...
来源: Laya_社区 发布时间: 20180106
... 0 ? url.substr(0, idx + 1) : ""; for (var i:int = 0, len:int = toloadPics.length; i < len; i++) { toloadPics[i] = folderPath + toloadPics[i]; } } else { //不带图片信息 toloadPics = [url.replace(".json", ".png")]; } for(i = 0;i<toloadPics.length;i++) { var tempAtlasPngUrl:String = toload...
来源: Laya_社区 发布时间: 20180830
... keyframeNodeOwner.indexInList = this._keyframeNodeOwners.length; keyframeNodeOwner.referenceCount = 1; keyframeNodeOwner.propertyOwner = propertyOwner; keyframeNodeOwner.nodePath = node.nodePath; keyframeNodeOw...
来源: Laya_社区 发布时间: 20240517
...id { let uiResArray = []; let muduleName; for (let index = 0, len = mNames.length; index < len; index++) { muduleName = mNames[index]; uiResArray.push({ url: bigao.Utils.StringTool.formatString(ResUIModuleManager.moduleResPath, muduleName), type: Laya.Loader.ATLAS }); } Laya.loader.load(uiResArra...
来源: Laya_社区 发布时间: 20170905
...: 1048 关注: 1 人 标 • 2018-05-14 15:36 n 的值大于 this._childs.length 的值,然后报错。 标 • 2018-05-14 15:47 偶然会报错。偶尔不会
来源: Laya_社区 发布时间: 20180514
... if (!info){ info=this._infoPool.length ? this._infoPool.pop():new ResInfo(); info.url=url; info.type=type; info.cache=cache; info....
来源: Laya_社区 发布时间: 20191122
...rray.push(3,1,2);//第二个三角形的顶点索引 } this.iNum = ibArray.length; this.vbData = new Float32Array(vbArray); this.ibData = new Uint16Array(ibArray); this.vBuffer.append(this.vbData); this.iBuffer.append(this.ibData); this.shaderValue = new myShaderValue(); this.shaderValue.textureHost...
来源: Laya_社区 发布时间: 20180619
...return; this._add(element); element._setIndexInList(this.length++); } 2019-10-21 0 2 分享 微博 QZONE 微信 155*****359 赞同来自: 请问vivo的调试怎么捕获这个异常信息呀? 2019-11-23 0 0 分享 微博 QZONE 微信 155*****359 赞同来自: 请问楼...
来源: Laya_社区 发布时间: 20191021