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

大约有 203 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0035 秒)

121. Native1.0.1 无法连接wss [ 53%]

....on(Laya.Event.ERROR, this, this.onConnectFail); this.socket.on(Laya.Event.MESSAGE, this, this.onReceive); this.socket.connectByUrl(url); 2018-09-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同...

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

122. QQ玩一玩,在加载 骨骼动画 后的资源映射出问题了 [ 53%]

...ader.loaderMap 中的映射是有问题的,就是  res/protobuf/client_message.proto 和 res/uieffect/skeleton/jingyu.sk 的值都是同一个 ArrayBuffer 对象, 也就是比较后面加载的 .proto 文件资源被映射到了 jingyu.sk 文件了。   可以看到正常的表现的调...

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

123. 苹果审核被打回 [ 52%]

...pp is compliant with the App Store Review Guidelines, please reply to this message in Resolution Center to explain how this feature works. The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved. 2019-07...

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

124. es6代码发布时如果勾选压缩混淆 JS, 则发布报错 [ 52%]

...mpressJS Fail: /Users/somebody/Documents/code/lab/myLaya/bin/js/Hello.js {"message":"Unexpected token: keyword (const)","filename":"0","line":1,"col":0,"pos":0} 补充说明: 尝试将 jsconfig.json 中的compilerOptions.target的值改为ES6, 报错依旧. 环境: 系统: mac, IDE: LayaAirIDE 1.7.1...

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

125. 设置app开始时的动画报错 [ 52%]

... 'file:///e%3A/workspace/master/master/src/GameMain.ts' severity: '错误' message: 'Property 'loadingView' does not exist on type 'Window'.' at: '21,23' source: 'ts'

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

126. socket通信发送protobuf后服务端是string [ 52%]

...服务端是string var msgByteArray:WritingBuffer = new WritingBuffer(); message.writeTo(msgByteArray); msgByteArray.position=0; _socket.send(msgByteArray); send之后服务端收到数据之后为string 2016-12-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...

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

127. 3d场景下载出错 [ 52%]

...载失败,但是底层还是会创建3D对象, 底层一定会报错  {"message":"gameThirdScriptError Cannot read property '_addReference' of undefined;at api request success callback function TypeError: Cannot read property '_addReference' of undefined     at t.<anonymous> (https://usr/ga...

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

128. 如何能监听到TouchStart和TouchEnd事件 [ 52%]

...性值。*/         static OPEN: string;         /** 定义 message 事件对象的 type 属性值。*/         static MESSAGE: string;         /** 定义 close 事件对象的 type 属性值。*/         static CLOSE: string;         /** 定义 keydown 事...

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

129. 发布小游戏压缩js的时候报错误,请问是什么原因呢?正常发布可以的 [ 52%]

...js的时候报错误,请问是什么原因呢?正常发布可以的 {"message":"Invalid assignment","filename":"0","line":21203,"col":39,"pos":571094} 2018-08-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 ...

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

130. 关于使用CryptoJS加解密的问题。 [ 52%]

...问题,建议使用__JS__辅助,如下 __JS__('var md5 = CryptoJS.MD5("Message").toString(CryptoJS.enc.Hex)'); __JS__('console.log("md5 = %s", md5)'); 2017-01-16 0 0 分享 微博 QZONE 微信 youhong168 赞同来自: 我是TS的项目。这是工程包。还是不行,能帮忙看看是哪里...

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