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

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

131. protobuf使用 [ 51%]

...g数据").build('包名(就是.proto 文件里的包名)').消息名(message后面的) ; 2017-03-05 0 0 分享 微博 QZONE 微信 Laya_XS 赞同来自: 参考下官网这个示例:http://layaair.ldc.layabox.com/demo/?Network_ProtocolBuffer   其他的完整示例还没有,这个属于...

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

132. 两个问题 有元件支援视频流渲染吗? Image元件读不了资料流 [ 51%]

...mCharCode( bytes[ i ] ); } return window.btoa( binary ); } mainvar picdata=message.slice(8); //从Byte流切出来的图块 this.VideoImg.skin="data:image/png;base64,"+_arrayBufferToBase64(picdata); error 附件 : --> 2017-08-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

133. websocket连接, ws 时没问题,改成 wss 没反应 [ 51%]

...(Laya.Event.OPEN, this, this.openHandler);     this.socket.on(Laya.Event.MESSAGE, this, this.receiveHandler);     this.socket.on(Laya.Event.CLOSE, this, this.closeHandler);     this.socket.on(Laya.Event.ERROR, this, this.errorHandler); private openHandler(event: any = null): void  {     //...

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

134. 为什么SOCKET接收数据BYTE内存会越来越大 [ 51%]

...CKET.input里面的缓存会越变越大,但只会触发一次Laya.Event.MESSAGE事件,而且msg是只有最近发送的数据,这就导致了SOCKET.input多于的数据将无法获取,而SOCKET.input却会越来越大 附件 : --> 2017-12-14 添加评论 免费帖 --> 分享 微博 QZONE ...

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

135. 发布小游戏时提示[ERR]|CompressJS Fail [ 51%]

...示[ERR]|CompressJS Fail: /Users/apple/Desktop/x5Laya_1.0.8/bin/code.js {"message":"Unexpected token: punc (.)","filename":"0","line":107468,"col":33,"pos":3727663}这个错误,求问 2018-07-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...

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

136. 为什么新创建的AS项目,直接报错? [ 51%]

.../h5prj_ex/myLaya7_as/libs/laya/src/laya/utils/Mouse.as' severity: '错误' message: '所访问的属性 Mouse 可能未定义。' at: '47,4'   2017-11-08 0 0 分享 微博 QZONE 微信 wudi199553 赞同来自: as的项目你到FlashBuilder写,我现在也看不出你的问题在哪 2017-11-08 0 0...

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

137. ts项目,我在程序主入口声明了公共静态类,下面new出了一个对象,把他添加到舞台中出错。 [ 51%]

...:file: 'file:///e%3A/LAYABOX/CaiCi/src/GameMain.ts' severity: '错误' message: 'Argument of type 'GameStart' is not assignable to parameter of type 'Node'. Property '_childs' is missing in type 'GameStart'.' at: '56,29' source: 'ts' 2017-08-26 添加评论 免费帖 --> 分享 微博 QZONE 微信...

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

138. 疑似WebAudio内存泄漏 [ 51%]

...ger.playSound(this.soundUrl, 1, null, null, 0); } } catch(e) { Debug.err(e.message); } Victor • 2018-10-18 15:56 @demibug 目前在IE上我用的是audio标签播放的,在其他设备用的是webaudio if(Laya.Browser.onIE ){ Laya.SoundManager.useAudioMusic = true; }else{ Laya.SoundManager.useAu...

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

139. 求救:LayaAirProToBuf-AS3版本 [ 50%]

...,生成的MsgLogin.as文件都是flash版本的,但是ProToBufDemo\src\message目录下的MsgLogin.as文件又是layaair版本的。 附件 : --> 2017-10-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Monic...

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

140. websocket无法连接 [ 50%]

... this.socket.on(Laya.Event.OPEN, this, onOpen); this.socket.on(Laya.Event.MESSAGE, this, onReceive); this.socket.on(Laya.Event.CLOSE, this, this.closeHandler); this.socket.on(Laya.Event.ERROR, this, this.errorHandler);   以上代码,host传入 "localhost" 可以连接上服务器, 将host 换...

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