大约有 122 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0046 秒)
...要开发者在game.js里单独的引入xml解析文件,用法如下: require("weapp-adapter.js"); window.Parser = require("./js/dom_parser");这里还需要引入LayaAir引擎库,AS3跟JS或TS不一样,这里自行引入即可。 代码片段: var p = new HTMLDivElement(); Laya.stage.addC...
来源: Laya_社区 发布时间: 20180410
...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
...地址栏输入 chrome://flags/#autoplay-policy 选择 No user gesture is required,之后重启浏览器即可,chrome浏览器更新版本后的新增的安全策略。 2018-05-14 2 0 分享 微博 QZONE 微信 rabbit 赞同来自: layabox 、ayiui4566 iOS下声音在没有交互的情况下,...
来源: Laya_社区 发布时间: 20180509
...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
...件写了个class ,怎么在a文件new class? export 显示未定义,require也用不了 //b文件 export default class player extends Laya.Sprite { constructor() { super(); this.pivot(this.width / 2, this.height / 2); this.graphics.drawRect(0, 0, this._size, this._size, this._color); } } ...
来源: Laya_社区 发布时间: 20180804
...果有 async(){ await xxxx }会报这个错误 TS2354: [31mThis syntax requires an imported helper but module 'tslib' cannot be found. 一、万年没修成功过的自定义导出类 自动添加Laya前缀问题 二、切换类库依旧报错 三、拖尾依然没提供重置方法,带拖...
来源: Laya_社区 发布时间: 20191017
... 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
...001; JOIN_GAME = 0x00000002; EXIT_GAME = 0x00000003; } message LoginGame { required string account = 1; // 账号 required string passwd = 2; // 密码 }第一次使用protobuf与服务端通讯,有点疑惑。以往使用json格式的数据通讯时,可以将协议名称写入json里一并发...
来源: Laya_社区 发布时间: 20170217
...语音接口 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
...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