大约有 45 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0029 秒)
Laya_社区(35) Laya2.0_文档(3) Laya2.0_api(2) laya_api(1) Laya_示例(1) Laya3.0_api(1) Laya2.0_示例(1) Laya3.0_文档(1)
...加载缓存文件前,抖音把这个资源清理了。 只是这个像时间戳一样的文件名我就想不明白了,是laya的缓存文件自动命名的? 来自1999的 • 2025-08-30 09:23 求证个问题:laya在抖音的临时文件目录是ttfile://user吗? 这个有助于我去定...
来源: Laya_社区 发布时间: 20250829
...了 请谅解 另外找到个解决方案。就是在图片url后面加上时间戳,虽然有丢的时候但刷新就又有了。 发现只是小图才丢。不加时间戳时不会恢复。 2点怀疑: 1.浏览器的cache机制。url资源shu刷新机制导致。或者某次加载异常导致 2...
来源: Laya_社区 发布时间: 20170915
...ateFormatStr(stamp:Number, formatStr:String = yynndd):String[static] 获取时间戳 MoreGame getGraphicBounds(realSize:Boolean = false):Rectangle 返回此实例中的绘图对象( Graphics )的显示区域,不包括子对象。 Sprite getMousePoint():Point获得相对于本对象上的鼠...
来源: Laya2.0_api 发布时间: 20190513
...(file) return cb() }); }()) .pipe(gulp.dest('.')) }) /** 图集资源添加时间戳 */ gulp.task('updata_atlas_version',['create:hash'], () => { return gulp.src('./server/static/**/*.atlas') .pipe(function(){ return through.obj(function (file, enc, cb) { let _content = file.contents.toString() l...
来源: Laya_社区 发布时间: 20180412
...ow now(): number Defined in laya/utils/Browser.ts:380 获取浏览器当前时间戳,单位为毫秒。 Returns number Static removeElement removeElement(ele: any): void Defined in laya/utils/Browser.ts:373 移除指定的浏览器原生节点对象。 Parameters ele: any Returns void Globals "lay...
来源: Laya3.0_api 发布时间: 20231115