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

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

1. readUTFBytes error - Out of bounds [ 100%]

readUTFBytes error - Out of bounds /** *@private *读字符串,必须是 writeUTFBytes 方法写入的字符串。 *@param len 要读的buffer长度,默认将读取缓冲区全部数据。 *@return 读取的字符串。 */ __proto.readUTFBytes=function(len){ (len===void 0)&& (len=-1); i...

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

2. 加载二进制报错 [ 71%]

...     at DataView.getUint8 (<anonymous>)     at ByteArray.__proto.readUTFBytes (MingGame.max.js:4177)     at ByteArray.__proto.readUTF (MingGame.max.js:4149) 2018-03-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

3. 请问.skel文件怎么用 [ 69%]

请问.skel文件怎么用 加载报了一个错Byte.js:651 Uncaught readUTFBytes error - Out of bounds 2020-02-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回复...

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

4. Error: Layer value can be null. [ 64%]

...进入编辑模式就报这个错误 Laya3d init error ,must support webGL readUTFBytes error - Out of bounds 问题状态 最新活动: 2018-11-05 14:38 浏览: 1261 关注: 1 人

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

5. Socket连接不上(已解决) [ 61%]

...          {                 Log.print(new Byte(message).readUTFBytes());             }             socket.input.clear();         }                  private function onConnectError(e:Event=null):void         {             Log.print...

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

6. 小游戏项目 加载有中文的json文件 报错 [ 54%]

...类型加载 完成之后获取到data bytes = new Byte(data); str = bytes.readUTFBytes(bytes.length); loader.endLoad(JSON.parse(str));   完美绕过引擎编码限制 2018-06-22 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 熊猫大...

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