大约有 656 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0072 秒)
... //设置版本控制类型为使用文件名映射的方式 Laya.ResourceVersion.type = Laya.ResourceVersion.FILENAME_VERSION; Laya.ResourceVersion.enable("version.json", Laya.Handler.create(this, beginLoad)) function beginLoad() { //加载LOADING资源 Laya.loader.load([{ url: "res/atlas/icon.atla...
来源: Laya_社区 发布时间: 20180710
...calstorage 07-04 20:55:27.342: I/MainCanvas(7884): Android OpenGL ES Major Version 3 07-04 20:55:27.346: I/WebViewFactory(7884): Loading com.android.webview version 52.0.2743.100 (code 275610010) 07-04 20:55:27.369: W/System(7884): ClassLoader referenced unknown path: /system/app/webview/lib/x86 07-...
来源: Laya_社区 发布时间: 20190704
...e to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. C:\Users\Administrator\AppData\Roaming\npm\layaair2-cmd -> C:\Users\Administrator\AppData\Roaming\np m\node_modules\layaair2-cmd\layaair2-cmd.js > core-js@2.6.11 postinstall C:\Users\Administrator\...
来源: Laya_社区 发布时间: 20200211
...e", "true"); mPlugin.game_plugin_set_option("gameUrl", "http://stand.alone.version/ind ... 6quot;); 因为我觉得资源还是存在本地,只是位置变了,所以没有改成网络加载的方式 结果现在获取index.html的时候,无法在相对应的目录进行获取,导致访问不...
来源: Laya_社区 发布时间: 20180327
...in:0;font-size:20px;line-height:24px;margin-bottom: 20px"> package log. version: 1.6<br> unzip:/data/apollo_game_pkg//pkg/20180709/1021/2809_src.zip<br> unzip done...<br> /data/apollo_game_pkg/pkg/20180709/1021/cmshow_game_2809<br> qqPlayCore log normal : buildPath:'/trunk...
来源: Laya_社区 发布时间: 20180709
... 分享 微博 QZONE 微信 1675148949用户 赞同来自: 抖音iOS版本 version 28.9.0 Layaair 2.13.1 测试机器是:iphone 13 Pro max以及 iphone 12 pro max 我们这是完整的项目,实在不方便提供demo 2024-03-06 0 0 分享 微博 QZONE 微信 mosike 赞同来自: 我也遇到...
来源: Laya_社区 发布时间: 20240305
...library\temp\zZQHoe\ [2023-06-20 18:19:19.020] [resource_tool] [info] tool version: 0.0.16 [2023-06-20 18:19:19.021] [resource_tool] [info] Autodesk FBX SDK version 2020.3.1 Release (325fc9c4c) [2023-06-20 18:19:19.032] [resource_tool] [info] Application Directory: C:\Program Files\LayaAirIDE3\resou...
来源: Laya_社区 发布时间: 20230621
...ya.Stat.show(); Laya.alertGlobalError = true; //激活资源版本控制,version.json由IDE发布功能自动生成,如果没有也不影响后续流程 Laya.ResourceVersion.enable("version.json", Laya.Handler.create(this, this.onVersionLoaded), Laya.ResourceVersion.FILENAME_VERSION); } onVersio...
来源: Laya2.0_文档 发布时间: 20210715
# 碰撞器过滤 ###### *version :2.1.1 Update:2019-7-19* 碰撞器过滤是刚体与物理碰撞器都有的属性。在实际开发过程中不可能所有的物体都要和任何其他物体参与碰撞,比如主角自己发射的子弹和自己就不允许碰撞,又或者自己子弹对于...
来源: Laya2.0_文档 发布时间: 20210715
...: 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