大约有 112 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0040 秒)
... 可以重现我说的问题 function initLaya() { console.log('Laya.version:' + Laya.version); //初始化微信小游戏 Laya.MiniAdpter.init(); //初始化引擎 Laya3D.init(750, 1334, true); //适配模式 Laya.stage.scaleMode = 'fixedwidth'; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; ...
来源: Laya_社区 发布时间: 20180426
...题可以通过重写Laya.URL.customFormat来实现,例如: var IMAGE_VERSION = "20170610"; Laya.URL.customFormat = function (url) { if (!Render.isConchApp && url.indexOf("?v=") < 0) url += ("?v=" + IMAGE_VERSION); return url; } 附件 : --> 2017-06-02 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20170602
...onstructors constructor Properties destoryedImmediately lock name url uuid version DEBUG Accessors cpuMemory deps destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _parse _removeReference _setCPUMemory _setCreateURL _setGPUMemory addDep addDeps ...
来源: Laya3.0_api 发布时间: 20231102
...hrough = require('through2') const clean = require('gulp-clean') let staticVersion = {} gulp.task('clean', function () { return gulp.src('./src/assets/*', {read: false}).pipe(clean()) }) /** 创建文件hash清单 */ gulp.task('create:hash',['clean'], () => { return gulp.src([ './server/static/**...
来源: Laya_社区 发布时间: 20180412
version management 找图片 没用version management 是没事的 this.ballGame.ball = Laya.Browser.document.getElementById('b_ball'); this.ballGame.ball.src = 'gameUI/ball.png'; 用了后这个 ball.png 变成这样 ball67163cd2.png 就找不到这个 ball.png 请问怎样把这个version managem...
来源: Laya_社区 发布时间: 20181109
Scene.load加载的时候无法正确的识别ResourceVersion 普通调试的时候没有问题,但是发布的时候再文件尾部加上了hash,加载其他UI之类的接口都没有问题,但是加载3D部分的时候,通过Scene.load加载进去的依赖资源,比如lmat之类的并...
来源: Laya_社区 发布时间: 20180130
...ayaGameEngine: game_plugin_set_option key=gameUrl value=http://stand.alone.version/index.html D/LayaGameEngine: game_plugin_init url =http://stand.alone.version/index.html D/LayaGameEngine: url=http://stand.alone.version/index.html D/RuntimeProxy: laya_get_value key=CacheDirInSdcard D/RuntimeProxy: ...
来源: Laya_社区 发布时间: 20171218
...: var xhr = new XMLHttpRequest(); xhr.open('GET','http://10.10.20.19:7766/version',true); xhr.onload=(e)=>{ var f = window.appcache.getCachePath()+'/version'; fs_writeFileSync(f,xhr.responseText);//把结果写到f文件中 url='';//自己决定url loadUrl(url); } xhr.oner...
来源: Laya_社区 发布时间: 20170703
...使用较少。 应用程序格式 可以选择APK或AAB格式。 Min Sdk Version 定义应用可以运行的最低 Android 版本,低于此版本的设备将无法安装该应用。 Target Sdk Version 声明应用设计运行的目标 Android 版本,影响应用在更高版本 Android 上的行...
来源: Laya3.0_文档 发布时间: 20241025
...7 13:33:42.475072+0800 sanguo[777:557379] xhr.GET url=http://stand.alone.version/index.js 2019-01-07 13:33:42.478836+0800 sanguo[777:557379] found the file in the package:a79d20b7 2019-01-07 13:33:42.485250+0800 sanguo[777:557275] >>>JCConchRender::clearAllData =21785472 2019-01-07 13:33:...
来源: Laya_社区 发布时间: 20190107