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

大约有 120 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0051 秒)

61. 微信小游戏:HTMLDivElement的使用 [ 72%]

...要开发者在game.js里单独的引入xml解析文件,用法如下: require("weapp-adapter.js"); window.Parser = require("./js/dom_parser");这里还需要引入LayaAir引擎库,AS3跟JSTS不一样,这里自行引入即可。 代码片段: var p = new HTMLDivElement(); Laya.stage.addC...

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

62. [LayaAirIDE 3.0]更新LayaAir 3.1.0-beta.1后编译不了 [ 71%]

...8 Promise.then (async) (anonymous) @ index.js:16 (anonymous) @ index.js:71 require @ VM96 WAGameSubContext.js:2 r @ VM96 WAGameSubContext.js:2 (anonymous) @ game.js:17 require @ VM96 WAGameSubContext.js:2 (anonymous) @ VM121:1 doWhenAllScriptLoaded @ game.js:43 scriptLoaded @ game.js:58 script.onloa...

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

63. layaair2-cmd安装报错 [ 71%]

...ction.Module._load (internal/modules/cjs/loader.js:562:25)     at Module.require (internal/modules/cjs/loader.js:690:17)     at require (internal/modules/cjs/helpers.js:25:18)     at Object.<anonymous> (E:\cyh5\code\gzlaya\testnew2\.laya\publish.js:25:15)     at Module._compile (intern...

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

64. 【分享】通过命令行调用compile.js编译,不使用laya-cmd [ 70%]

... set compilejs=%~dp0.laya\compile.js ::创建一个js文件 echo let app = require("electron").app>compile_temp.js echo let gulp = require('gulp')>>compile_temp.js echo let childprocess = require('child_process')>>compile_temp.js echo let defaultTask = "compile">>compile_temp.js...

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

65. layaair2-cmd compile 一直报错loader.js:638 throw err; [ 69%]

...ction.Module._load (internal/modules/cjs/loader.js:562:25)     at Module.require (internal/modules/cjs/loader.js:692:17)     at require (internal/modules/cjs/helpers.js:25:18)     at Object.<anonymous> (C:\Users\Administrator\AppData\Roaming\npm\node_modules\layaair2-cmd\node_modules\vin...

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

66. 使用2.6引擎版本vscode开发不支持async await语法 编译出现提示缺少tslib错误 [ 68%]

...await语法 编译出现提示缺少tslib错误 错误提示:This syntax requires an imported helper but module 'tslib' cannot be found    semantic error TS2354: This syntax requires an imported helper but module 'tslib' cannot be found.     at error (D:\Program Files\nodejs\node_global\npm\n...

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

67. app构建IOS包 进入游戏提示加载游戏失败,可能由于你的网络不稳定,请退出重进 [ 68%]

...e in the package:app.json 2018-01-09 20:50:15.573 ZhuaWawa[2531:1863829]  require(/sdcard/layabox/scripts/index.js) 2018-01-09 20:50:15.575 ZhuaWawa[2531:1863829] found the file in the package:scripts/index.js 2018-01-09 20:50:15.580 ZhuaWawa[2531:1863829]  ========================================...

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

68. 2.3.0beta 各种bug [ 68%]

...果有  async(){ await xxxx }会报这个错误 TS2354: [31mThis syntax requires an imported helper but module 'tslib' cannot be found.   一、万年没修成功过的自定义导出类 自动添加Laya前缀问题 二、切换类库依旧报错 三、拖尾依然没提供重置方法,带拖...

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

69. 游戏运行在chrome里面 听不见声音 [ 67%]

...地址栏输入 chrome://flags/#autoplay-policy 选择 No user gesture is required,之后重启浏览器即可,chrome浏览器更新版本后的新增的安全策略。 2018-05-14 2 0 分享 微博 QZONE 微信 rabbit 赞同来自: layabox 、ayiui4566 iOS下声音在没有交互的情况下,...

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

70. layaBOX实时语音聊天与微信登陆接口分享 [ 67%]

...语音接口 nodejs 安装 模块   npm install yimwx-api var YIM = require("yimwx-api"); var io = require("socket.io").listen(8800); var app = express(); var router = express.Router(); var token = "213123";//微信上的自定义TOKEN 用于签名验证 YIM.appkey = "123123123"; YIM.appsecret ...

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