大约有 883 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0067 秒)
... package { import laya.net.Loader; import laya.net.ResourceVersion; import laya.utils.Handler; import view.TestView; import laya.webgl.WebGL; import laya.net.URL; import laya.ani.bone.Skeleton; public class LayaUISample { ...
来源: Laya_社区 发布时间: 20180828
...过测试: Ubuntu 22.04.5 LTS (GNU/Linux 6.8.0-49-generic x86_64) cmake version 3.22.1 gcc version 11.4.0 注意:目前只支持x86_64架构 二、安装构建发布的环境 在构建发布Liunx之前,我们需要先添加Linux的发布环境模块,如图2-1所示,点击文件菜单栏下...
来源: Laya3.0_文档 发布时间: 20251010
...id 8.0.0; SM-G9550 Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrowser/6.2 TB Mozilla/5.0 (Linux; Android 8.0.0; STF-AL10 Build/HUAWEISTF-AL10; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrows Mozilla/5.0 (Linux; And...
来源: Laya_社区 发布时间: 20181208
... package { import laya.net.Loader; import laya.net.ResourceVersion; import laya.utils.Handler; import laya.webgl.WebGL; import laya.utils.Mouse; import laya.ui.Button; import laya.display.Sprite; import laya.display.Animation; i...
来源: Laya_社区 发布时间: 20180725
.../程序入口 Laya.init(600, 400); //激活资源版本控制 Laya.ResourceVersion.enable("version.json", Handler.create(null, beginLoad), Laya.ResourceVersion.FILENAME_VERSION); function beginLoad(){ Laya.loader.load("res/atlas/comp.atlas", Handler.create(null, onLoaded)); } fun...
来源: Laya_社区 发布时间: 20180327
...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
... //设置版本控制类型为使用文件名映射的方式 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
...: 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
...e", "true"); mPlugin.game_plugin_set_option("gameUrl", "http://stand.alone.version/ind ... 6quot;); 因为我觉得资源还是存在本地,只是位置变了,所以没有改成网络加载的方式 结果现在获取index.html的时候,无法在相对应的目录进行获取,导致访问不...
来源: Laya_社区 发布时间: 20180327