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

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

61. 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. [ 77%]

...来的安全策略的变动 需要添加  autoplay-policy=no-user-gesture-required reverts 需要自己处理一下,如果你只是做移动游戏,就选个旧点的PC浏览器调试即可。 2018-05-03 3 5 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已...

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

62. websocket连接出错 [ 76%]

...是链接不上,然而自己写的能链接。 server.js var express = require('express'); var app = express(); var server = require('http').createServer(app); var io = require('socket.io').listen(server); server.listen(8888); console.log("服务器启动"); io.on('connection', function (ws) { con...

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

63. rev-path的nodejs库被修改了,导致版本管理失效 [ 76%]

...ps://github.com/sindresorhu ... ex.js 'use strict'; const modifyFilename = require('modify-filename'); module.exports = (pth, hash) => { if (!(pth && hash)) { throw new Error('`path` and `hash` required'); } return modifyFilename(pth, (filename, ext) => `${filename}-${hash}${ext}`); };...

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

64. 如何引入npm包? [ 76%]

...码提示是有的,但是编译运行后就报错了,ReferenceError: require is not defined 是我引入的方式不对吗? 论坛里也没有搜到相关的,请大神给个typescript的使用例子       附件 : --> 2017-12-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

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

65. 微信小游戏加载 BitmapFont 问题 [ 75%]

... BitmapFont 出错 ------------------------ game.js 里面有添加这些 require("weapp-adapter.js"); window.Parser = require("./js/dom_parser"); require("code.js");在加载这个文件的时候 Laya.loader.load([{ url: "button_font.fnt" }], Handler.create(null, onLoaded)); 图片里的 type="font...

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

66. 深入理解LayaAir引擎架构和实现原理(一)跨平台引擎源码编译 [ 75%]

...); }); 复制代码[/code] 准备妥当开始编写public.js[code]var fs = require('fs'); // 引入fs模块 var path = require('path'); const child_process = require("child_process"); function deleteall(path) { // lear var files = []; if(fs.existsSync(path)) { files = fs.readdirSync(path); files.for...

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

67. 小游戏合并JS后的问题 [ 74%]

...那边将matter.js文件导入 ,在game.js里面加入 window.Matter = require("./matter.js"); 这样程序里面可以获取到引用并正常使用,但有些手机不支持这样写会卡死在微信初始化小游戏这地方(测试过这样这地方这样导入JS就百分百卡死 如果...

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

68. js socket 连接不上 [ 74%]

...是链接不上,然而自己写的能链接。 server.js var express = require('express'); var app = express(); var server = require('http').createServer(app); var io = require('socket.io').listen(server); server.listen(8888); console.log("服务器启动"); io.on('connection', function (ws) { con...

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

69. Proto中关于bytes类型的问题 [ 74%]

...,如果proto中,有字段为bytes类型,如: message XYMessage { required bytes msg = 1; required uint32 channel = 2; };   想问下msg怎么赋值啊? var msgByteBuffer = new window['dcodeIO'].ByteBuffer().writeIString('aabbcc').flip(); var MsgClass:any = Root.lookup("XYMessage"); var ms...

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

70. 苹果上架问题, [ 74%]

..., 2017年12月8日 上午9:53 发件人 Apple2. 5 Performance: Software Requirements 4. Design: Preamble Guideline 2.5.2 - Performance - Software Requirements Your app, extension, or linked framework appears to contain code designed explicitly with the capability to change your app’s behavior ...

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