大约有 3 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0023 秒)
...所有资源,避免边运行边下载4.5 使用zip更新4.6 清理本地缓存4.7 生成版本之间的差异zip4.8 根据文件列表生成pack包4.9 其他功能五、常见问题LayaDCC 2.0工具 Version >= LayaAir 3.2 LayaDCC 2.0(Laya-Dynamic Content Check)是为LayaNative提供的资...
来源: Laya3.0_文档 发布时间: 20251010
...} else { console.log("接收到非字符串数据", msg); } // 清除输入缓存,避免残留数据 this.socket.input.clear(); } /** 连接关闭回调 */ private onSocketClose(e: any): void { console.log("WebSocket 连接已关闭", e); } /** 连接错误回调 */ private onConnectError(e: any):...
来源: Laya3.0_文档 发布时间: 20251010
...f ArrayBuffer) { console.log(new Byte(message).readUTFBytes()); } // 清理缓存的服务端发来的数据 this.socket.input.clear(); } // 出现异常后的事件回调 private onConnectError(e: Event = null): void { console.log("error"); } 3.2 Laya.Byte 二进制读写 在开发项目中,二...
来源: Laya3.0_文档 发布时间: 20250104