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

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

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

...要开发者在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

62. layaair2-cmd安装报错 [ 69%]

...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

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

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

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

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

...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

65. ts项目 模块问题 [ 67%]

...件写了个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

66. 2.3.0beta 各种bug [ 67%]

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

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

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

... 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

68. websocket 中 protobuf 数据的发送与接收的具体方法是怎样的? [ 67%]

...001; JOIN_GAME = 0x00000002; EXIT_GAME = 0x00000003; } message LoginGame { required string account = 1; // 账号 required string passwd = 2; // 密码 }第一次使用protobuf与服务端通讯,有点疑惑。以往使用json格式的数据通讯时,可以将协议名称写入json里一并发...

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

69. 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

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

...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