大约有 29 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0034 秒)
...hts.concat(scene._pointLights._elements); for (let i = 0; i < allLights.length; ++i) { let light = allLights[i]; for (let layer = 0; layer < 32; ++layer) { let layerMask = Math.pow(2,layer); light.active = (camera.cullingMask & layerMask) && (light.cullingMask & layerMask); if ...
来源: Laya_社区 发布时间: 20200110
...引范围,则终止该函数 if(index > json.length)return; //获取当前渲染条目的数据 var data = json[index]; cell._childs[0].text=data.text.text; cell._childs[1].te...
来源: Laya_社区 发布时间: 20180717
...ody_03") as MeshSprite3D; if(ms) { trace("length " + ms.meshRender.sharedMaterials.length); } } 输出: length 0 2017-01-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...
来源: Laya_社区 发布时间: 20170101
...this._getCSSStyle()._getValign() == 1){ for(var i = 0; i < this._childs.length; i++){ var e = this._childs[i]; if(e instanceof HTMLElement && e._text.words){ for(var j = 0; j < e._text.words.length; j++){ var w = e._text.words[j]; w.y = (this.height - tArray[1])/2 + w.y; } }else{ e.y =...
来源: Laya_社区 发布时间: 20180104
...rite",this._childs[k]); } this.removeChildren(); var charTotal: number = v.length; var charSps: any = ; for(var i=0;i<charTotal;i++){ var targetChar = v.substr(i,1); var charData: any = this._jsonData.frames[targetChar]; if(!charData){ console.warn("没有找到对应的字符:" + targetChar); ...
来源: Laya_社区 发布时间: 20161014
..._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
...个圆型扇出 Angle DEG:形状的圆形方面的角度 Radius:半径 Length:长度 Emit from:发射方式 Base:基于锥形底部 Base Shell:基于锥形底部壳 Volume:基于锥形内部 Volume Shell:基于锥形内部壳 Randomize Direction:随机化方向 (动图9)展示...
来源: Laya3.0_文档 发布时间: 20241014
...:cannot read property 'width' of null TypeError: Cannot read property 'length' of null Laya.stage报null 问题状态 最新活动: 2017-03-23 19:56 浏览: 1347 关注: 2 人 palgerrard • 2017-03-23 20:31 ok,其实还是有可能出现空的。
来源: Laya_社区 发布时间: 20170323
...: 1048 关注: 1 人 标 • 2018-05-14 15:36 n 的值大于 this._childs.length 的值,然后报错。 标 • 2018-05-14 15:47 偶然会报错。偶尔不会
来源: Laya_社区 发布时间: 20180514
...ng) { console.log('switchAnimation: ' + this.meshes.length); let anitemplet = this.anies[name]; for (let mesh of this.meshes) { let ani = mesh.getComponentByType(SkinAnimations, 0) as SkinAnimations; ...
来源: Laya_社区 发布时间: 20170608