大约有 3 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0025 秒)
...编码为二进制格式(即序列化),通过.finish()返回一个 Uint8Array类型的二进制缓冲区。 const greetingBuffer = this.ChatMessage.encode(greetingMessage).finish(); //socket不为 null 或 undefined时,将二进制数据 greetingBuffer 通过 WebSocket 发送到服务器。 ...
来源: Laya3.0_文档 发布时间: 20241119
...型 "int" 等价于 { type: Number, fractionDigits: 0 } 正整数类型 "uint" 等价于 { type: Number, fractionDigits: 0 , min: 0 } 多行字符串文本类型 "text" 等价于 { type: string, multiline: true } 任意类型 "any" 类型只会被序列化,不能显示和编辑。 类型化数组...
来源: Laya3.0_文档 发布时间: 20241014
...型 "int" 等价于 { type: Number, fractionDigits: 0 } 正整数类型 "uint" 等价于 { type: Number, fractionDigits: 0 , min: 0 } 多行字符串文本类型 "text" 等价于 { type: string, multiline: true } 任意类型 "any" 类型只会被序列化,不能显示和编辑。 类型化数组...
来源: Laya3.0_文档 发布时间: 20241014