大约有 122 项符合查询结果, 库内数据总量为 30,935 项。 (搜索耗时: 0.0038 秒)
Laya_社区(86) Laya2.0_文档(13) Laya3.0_文档(9) Laya2.0_api(6) Laya3.0_api(5) laya_api(1) Laya2.0_示例(1) Laya_示例(1)
...)} span.s1 {font-variant-ligatures: no-common-ligatures} yaotekejirigala:~ root# npm install layacmd -g/usr/local/bin/layacmd -> /usr/local/lib/node_modules/layacmd/layacmd.js > electron@1.8.6 postinstall /usr/local/lib/node_modules/layacmd/node_modules/electron > node install.js /usr/local...
来源: Laya_社区 发布时间: 20180508
...</Box>'; var xmldom = Laya.Utils.parseXMLFromString(xml).firstChild; root_dom.addChild(xmldom); ``` 我这样写 root_dom下面有节点但是完全没法显示啊 zsytssk • 2016-12-01 14:10 我如何把xml变成laya中能用的节点啊, 有demo吗 cuixueying • 2016-12-03 19:04 你把这...
来源: Laya_社区 发布时间: 20161201
....js:82:15)' ] } npm ERR! npm ERR! Please try running this command again as root/Administrator. npm ERR! Darwin 15.6.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "typescript" npm ERR! node v4.4.1 npm ERR! npm v2.14.20 npm ERR! path npm-debug.log.532595257 npm ERR! code EA...
来源: Laya_社区 发布时间: 20160829
... static void testAsyncCallback(String json) { //js thread try { JSONObject root = new JSONObject(json); Log.d("JSBridge", "java: " + root.getString( "value" )); } catch (JSONException e) { e.printStackTrace(); } m_Handler.post( new Runnable() { public void run() { //ui thread update ui JSONObject ob...
来源: Laya2.0_文档 发布时间: 20210714
...t Found)前面多了一个h5/的前缀,所以找不到了(因为是web的root目录下新建了一个h5的目录,游戏丢这个里面的) 但是当我放到Root目录之后,报错变成了这样,变成全路径的URL了: laya.corecpa33cef79.js:1 GET http://192.168.9.187/scene/001 ... b...
来源: Laya_社区 发布时间: 20180130
...onnect.reload()); }) } gulp.task('connect', function () { connect.server({ root: './bin/',//服务根目录,按需设定,可以设定./ livereload: true, port: 8081 }); }); gulp.task("watch", function () { /** * @ 监听src目录下的所有子目录的所有文件, * @ 延迟1000毫秒,才...
来源: Laya_社区 发布时间: 20200908
...); //回调函数 function onAssetsLoaded(err, root){ if (err) throw err; // Obtain a message type var AwesomeMessage = root.lookup("awesomepackage.AwesomeMessage"); ...
来源: Laya_社区 发布时间: 20170216
... static void testAsyncCallback(String json) { //js thread try { JSONObject root = new JSONObject(json); Log.d("JSBridge", "java: " + root.getString( "value" )); } catch (JSONException e) { e.printStackTrace(); } m_Handler.post( new Runnable() { public void run() { //ui thread update ui JSONObject ob...
来源: Laya3.0_文档 发布时间: 20250310
...件 引入 其他proto文件报错 怎么解决? cannot determine import root 2017-02-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: 这个你到官方参考找下答案,看看有没...
来源: Laya_社区 发布时间: 20170206
...obal' is deprecated, use 'global' (node:131140) DeprecationWarning : laya 'root' is deprecated, use 'global' 加载回调回来参数后,为啥我当前那个类里面所有的变量都是 undefined了?还报了这个警告? 2018-05-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20180515