大约有 585 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0044 秒)
Laya_社区(436) Laya2.0_文档(39) Laya_示例(27) Laya3.0_api(24) Laya3.0_文档(22) Laya2.0_示例(21) Laya2.0_api(10) laya_api(6)
...*********getPixels内存泄漏*************/ for(var i:int = 0; i < arr.length; i++) { if(arr > 0) { pixelCount++; } } return pixelCount; } private function toLocal(point:Object,mc:Sprite):Point { /* * 参数point可以是Point类型和DisplayObject类型 * mc是目标对象 */ var p:Object; i...
来源: Laya_社区 发布时间: 20180302
... vec3 toEye=u_CameraPosition-v_PositionWorld;\n float toEyeLength=length(toEye);\n toEye/=toEyeLength;\n \n float lerpFact=clamp((toEyeLength-u_FogStart)/u_FogRange,0.0,1.0);\n #ifdef ADDTIVEFOG\n #else\n \n #endif...
来源: Laya_社区 发布时间: 20190412
...(path.indexOf(Laya.URL.basePath) == 0)return path.substr(Laya.URL.basePath.length); return path; }当然,这个方法只不过解决的是燃眉之急罢了,后续希望官方人员引起重视并尽快修正此问题 附件 : --> 2019-04-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20190419
...Component cannot be invoked without 'new' TypeError: Cannot read property 'length' of null TypeError: Cannot read property 'getSubShaderAt' of undefined Uncaught TypeError: Cannot read property 'indexCount' Uncaught TypeError: Cannot read property 'LayaMotionState' of undefined 问题状态 最新...
来源: Laya_社区 发布时间: 20180307
... } for (var i: number = 0, n: number = spirit3D._childs.length; i < n; i++) this.addSkinComponent(spirit3D._childs[i]); } 附件 : --> cat.zip 2018-07-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...
来源: Laya_社区 发布时间: 20180724
...ttps://www.layabox.com/", 180, 180); if (base64OfQrCode.length>0) { let img:Laya.Image = new Laya.Image(); img.skin = "data:image/png;base64,"+base64OfQrCode; img.pos(100, 300); Laya.sta...
来源: Laya_社区 发布时间: 20200729
...defined => this.data.shift(); GetLenght=():number=>{return this.data.length;} Dispose=()=>{ for(let i in this.data){ Laya.Pool.recover("Dispose",this.data[i]); } } } 2019-12-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20191206
...nd ? __getOwnPropDesc(target, key) : target; for (var i = decorators.length - 1, decorator; i >= 0; i--) if (decorator = decorators[i]) result = (kind ? decorator(target, key, result) : decorator(result)) || result; if (kind && result) __defProp(t...
来源: Laya_社区 发布时间: 20230608
...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
...de(buffer); // ... do something with message // If your application uses length-delimited buffers, there is also encodeDelimited and decodeDelimited. } })(); 2018-07-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 15 个...
来源: Laya_社区 发布时间: 20180704