• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 232 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0046 秒)

181. 引用第三方Js库一直失败,无法解析 [ 53%]

...可以了,例如你引入了decimal.js文件,你可以window.Decimal = require("lib/decimal.js"); 2021-06-28 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 懒货 相关问题 2.0一不小心删了bin目录下的某个场景json文...

来源: Laya_社区 发布时间: 20210610

182. 正常运行的2.1升级到2.2.0出现循环依赖的错误,这是咋回事丫 ? [ 53%]

...引用, 可以调试. 发布也用旧的脚本 .    const uglify = require(ideModuleDir + "gulp-uglify"); 改为 const uglify = require(ideModuleDir + "gulp-uglify-es").default;     mangle: false    这样压缩也不会错了 ,完美.   2019-08-01 0 1 分享 微博 QZONE 微...

来源: Laya_社区 发布时间: 20190730

183. Oppo加载.ls资源错误 [ 52%]

... 16:53:45.923 30921-30972/? E/jswrapper: [ERROR] Failed to invoke _runtime_require, location: /home/game/jenkins/workspace/SafeBuild/XGame/instant-game-client/android/lib-rt-core/src/main/jni/../../../../../js-bindings/jsb_runtime.cpp:179 07-11 16:53:45.923 30921-30972/? E/jswrapper: ERROR: Uncaught...

来源: Laya_社区 发布时间: 20190711

184. 打包安卓Android studio黑屏 [ 52%]

...t;>after I/LayaBox: found the file in the package:app.json I/LayaBox:  require(/sdcard/layabox/scripts/scripts/index.js)      require(/sdcard/layabox/scripts/index.js)     found the file in the package:scripts/index.js I/LayaBox:  require(/sdcard/layabox/scripts/async.js)     found the f...

来源: Laya_社区 发布时间: 20190723

185. 怎么给从模型生成的地形TerrainMaterial材质??? [ 52%]

...: 'splatAlpha' : undeclared identifier ERROR: 0:285: 'a' : field selection requires structure or vector on left hand side 2017-06-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 183*****755 赞同来自: 转成m...

来源: Laya_社区 发布时间: 20170620

186. the server responded with a status of 404 (Not Found) [ 52%]

...s/@types/node/base.d.ts' not found. ide2.6.0beta编译报错:This syntax requires an imported helper but module 'tslib' cannot be found Swift中接入其他都正常,但是在你们的conchConfig中,报错'string' file not found fatal error: 'string' file not found 2.0动效模板,报错 can...

来源: Laya_社区 发布时间: 20190312

187. XmlDom类没有了?解析xml时,报错Property 'attributes' does not exist on type 'Node & ChildNode'. [ 52%]

...并放到bin/js下面了,并且已经在game.js里加了window.Parser = require("./js/dom_parser");

来源: Laya_社区 发布时间: 20190401

188. JSONP跨域读取数据(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 52%]

...创建一个简单的服务器。代码如下: ```javascript var http = require("http"); var sever = http.createServer(function(req,res){ res.end("LayaSample.onComplete()"); }); sever.listen(9090) ``` ```javascript res.end("LayaSample.onComplete()"); ``` 这句话的意思是服务器回传给客...

来源: Laya2.0_文档 发布时间: 20210715

189. 音乐与音效的播放与控制(JavaScript-LayaAir基础篇(JS)-硬件设备相关) [ 52%]

...较大的文件,但是Audio在移动端会有手势的限制,gesture-requirement-for-media-playback属性表明必须有用户的手势操作才可以播放。 ​ WebAudio是一种新的声音播放形式,可以加载多个声音进行合成,他是通过二进制文件解码成浏览器支...

来源: Laya2.0_文档 发布时间: 20210715

190. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 52%]

...t;>after I/LayaBox: found the file in the package:app.json I/LayaBox:  require(/sdcard/layabox/scripts/scripts/index.js) I/LayaBox:  require(/sdcard/layabox/scripts/index.js) I/LayaBox: found the file in the package:scripts/index.js I/LayaBox:  =================================================...

来源: Laya_社区 发布时间: 20171218