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

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

1. ProtocolBuffer通信 · LayaAir3.0文档 · LAYABOX [ 100%]

...发送测试消息 this.socket.onopen = () => { console.log("WebSocket connected"); // 发送 ChatMessage 类型的打招呼消息,user 字段表示消息发送者的用户名。message 字段包含消息内容。timestamp 是当前时间戳。 const greetingMessage = { user: "LayaAir", message...

来源: Laya3.0_文档 发布时间: 20241119

2. 和原生Dom交互 · LayaAir3.0文档 · LAYABOX [ 97%]

... the buffer in the AudioBufferSourceNode source.buffer = myArrayBuffer; // connect the AudioBufferSourceNode to the // destination so we can hear the sound source.connect(audioCtx.destination); // start the source playing source.start(); } 运行上面的js代码,单击页面就会听到声音播...

来源: Laya3.0_文档 发布时间: 20241014

3. 网络通信 · LayaAir3.0文档 · LAYABOX [ 90%]

...收文本和二进制数据。我们先来了解下 Socket 的用法 3.1.1 Connect 服务器 Socket 连接服务器有三种方式: 方式 说明 构造函数传参 立即连接 比如 new Socket(“192.168.1.2”,8899);注意这里的host参数没有ws前缀。 connect方法 传递url和端口...

来源: Laya3.0_文档 发布时间: 20241014