大约有 122 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0050 秒)
...应的类,你才能调用它。(看js文件源码的类结构部分,require的顺序,也就是对应import form的顺序是优先于类的声明的) 大概解决方法,砍掉循环,1和2,2和3,3和4之间,随便断开一个关联,使循环不成立即可。。 2018-11-17 0 2 分...
来源: Laya_社区 发布时间: 20181116
...he package:app.json 2019-06-18 13:34:09.276568+0800 test1[6479:65523] require(/sdcard/layabox/scripts/index.js) 2019-06-18 13:34:09.277721+0800 test1[6479:65523] found the file in the package:scripts/index.js 2019-06-18 13:34:09.279091+0800 test1[6479:65523] ===============================...
来源: Laya_社区 发布时间: 20190618
...创建一个简单的服务器。代码如下: ```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
...可以了,例如你引入了decimal.js文件,你可以window.Decimal = require("lib/decimal.js"); 2021-06-28 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 懒货 相关问题 2.0一不小心删了bin目录下的某个场景json文...
来源: Laya_社区 发布时间: 20210610
...到的js都打包在一起, 分开的js文件,在微信的game.js里写require("xxx.js")就可以了 2018-05-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来自: 发布后的js是有一...
来源: Laya_社区 发布时间: 20180502
...自: 在小游戏的game.js内,引用code.js前加一段 window.Matter = require("XX路径/matter.js"); 固然可以解决问题,但还需要手动维护。不建议这样操作。 这个问题是小游戏的window域引起的,后面版本的引擎层会直接解决,当前我上传一个m...
来源: Laya_社区 发布时间: 20180428
...较大的文件,但是Audio在移动端会有手势的限制,gesture-requirement-for-media-playback属性表明必须有用户的手势操作才可以播放。 WebAudio是一种新的声音播放形式,可以加载多个声音进行合成,他是通过二进制文件解码成浏览器支...
来源: Laya2.0_文档 发布时间: 20210715
...eceive an expedited review until the investigation is completed. We do not require any additional information from you at this time, nor do we have any additional details to share. We appreciate your continued patience during our investigation. Best regards, App Store Review 2019-11-08 添加评论 ...
来源: Laya_社区 发布时间: 20191108
...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
...并放到bin/js下面了,并且已经在game.js里加了window.Parser = require("./js/dom_parser");
来源: Laya_社区 发布时间: 20190401