大约有 30 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0033 秒)
...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
...3515613: -5.099999944384835e-1414: -3.03830003738403315: 1buffer: (...)byteLength: (...)byteOffset: (...)length: (...)Symbol(Symbol.toStringTag): (...)__proto__: TypedArray__proto__: Object bom.transform.localRotation=new Laya.Quaternion(0, 0,0,0); //设置了localRotation Quaternion ...
来源: Laya_社区 发布时间: 20170323
...lotDisplayData; for (var i=0,n=this.skinSlotDisplayDataArr.length;i < n;i++){ tSkinSlotDisplayData=this.skinSlotDisplayDataArr[i]; tSkinSlotDisplayData.destory(); } this.skinSlotDisplayDataArr.length=0...
来源: Laya_社区 发布时间: 20190704
...(",")[0] .split(":")[1] .split(";")[0]; var ia = new Uint8Array(byteString.length); for (var i = 0; i < byteString.length; i++) { ia[i] = byteString.charCodeAt(i); } return new Browser.window.Blob([ia], { type: mimeStringp }); };4.这时就有个新生成的URL,因为这个URL没有后缀,所...
来源: Laya_社区 发布时间: 20181221
...要用到资源的时候的代码; for (var i:Number = 0; i < allArea.length;i++) { var but:Button = new Button(); but.skin = "image/qfbutton.png"; but.stateNum = 2; if ((i+1)%2 == 0)...
来源: Laya_社区 发布时间: 20170320
...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
...里报错:[Game] Uncaught (in promise) Error: End of data reached (data length = 1, asked index = 4). Corrupted zip ?我以为压缩文件有误,换了个以前项目在使用的压缩文件,结果也是一样的。 这是啥问题啊……………………,崩溃ing 老项目都是可以...
来源: Laya_社区 发布时间: 20230208
...0; for (i = 0; i < data.length; i++) { res = res + String.fromCharCode(data[i]); } data = JSON.pa...
来源: Laya_社区 发布时间: 20200427
...用 并不会释放 res.bin = null; // createFrames? let len = imgInfoList.length; for (let i = 0; i < len; i++) { let image: ImageInfo = imgInfoList[i]; image.texture = Texture.create(res.texture, image.u, image.v, image.w, image.h, image.x, image.y); } res.state = Res.STATE_OK; }); } var blobTy...
来源: Laya_社区 发布时间: 20170502
... } 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