大约有 80 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0032 秒)
...olean let iphoneVer: number Laya.LayaEnv.beforeInit = () => { try { let md = new MobileDetect(navigator.userAgent); iphoneVer = md.version("iPhone") isIphone = Laya.Browser.onIPhone if (isIphone) { if (iphoneVer >= 15 && iphoneVer < 15.1) { Laya.Config.useWebGL2 = false } } } catch ...
来源: Laya_社区 发布时间: 20230425
...管理的子包失败 勾选版本管理的子包fileconfig.json是多了md5码的,Laya.loader.loadPackage 加载子包时会失败,去掉版本管理后就能加载成功。 附件 : --> 2024-11-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20241101
...于官方微信文件管理这块,layaairfiles.txt文件存储的结构{md5: md5Name, readyUrl: readyUrl,size:fileSize,times:Browser.now(),encoding:encoding}中readyUrl用的是绝对路径(如http://10.10.10.69/res/atlas.comp.png),而不是相对于项目根目录的相对路径(如res/atlas/co...
来源: Laya_社区 发布时间: 20180207
...loadError'); //throw 'download error'; }else{ onEvent('downloadOK'); //let md5 = calcmd5(fs_readFileSync(localfile)); //console.log('md5='+md5); let zip = new ZipFile(); if(zip.setSrc(localfile)){ zip.forEach((id,name,dir,sz)=>{ if(!dir){ let buf = zip.readFile(id); //console.log("update "+name);...
来源: Laya_社区 发布时间: 20180108
...Mgr.getFileNativePath(tempFileName); //MiniFileMgr.fakeObj[fileurlkey] = { md5: tempFileName, readyUrl: readyUrl, size: 0, times: Laya.Browser.now(), encoding: encoding }; //DEB("新加文件" + fileurlkey) var totalSize = 50 * 1024 * 1024; var chaSize = 4 * 1024 * 1024; var fileUseSize = ...
来源: Laya_社区 发布时间: 20200103
...ationAll Packages | All Classes | Index | Frames No Frames DrawImageCmdProperties | Methods | Constants Packagelaya.display.cmdClasspublic class DrawImageCmdInheritanceDrawImageCmd Object 绘制图片 Public Properties PropertyDefined By height : Number (可选)高度。 DrawImageCm...
来源: Laya2.0_api 发布时间: 20190513
...ationAll Packages | All Classes | Index | Frames No Frames TransformCmdProperties | Methods | Constants Packagelaya.display.cmdClasspublic class TransformCmdInheritanceTransformCmd Object 矩阵命令 Public Properties PropertyDefined By matrix : Matrix 矩阵。 TransformCmd pivotX ...
来源: Laya2.0_api 发布时间: 20190513
...ationAll Packages | All Classes | Index | Frames No Frames TranslateCmdProperties | Methods | Constants Packagelaya.display.cmdClasspublic class TranslateCmdInheritanceTranslateCmd Object 位移命令 Public Properties PropertyDefined By tx : Number 添加到水平坐标(x)上的值...
来源: Laya2.0_api 发布时间: 20190513
...ationAll Packages | All Classes | Index | Frames No Frames DrawLinesCmdProperties | Methods | Constants Packagelaya.display.cmdClasspublic class DrawLinesCmdInheritanceDrawLinesCmd Object 绘制连续曲线 Public Properties PropertyDefined By lineColor : * 线段颜色,或者填充...
来源: Laya2.0_api 发布时间: 20190513
...LayaAir引擎 downLoadFile 手动缓存问题 1.为什么下载文件名是md5 2.为什么除了图片和音频其他文件下载不成功 3.以上问题修改了laya.wxmini.js 文件解决了 4.下载的图片和图集,图片可以正常显示,图集文件在load中卡住了 附件 : --> dem...
来源: Laya_社区 发布时间: 20190222