大约有 3 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0016 秒)
...(msg.age); byte.writeFloat32(msg.weight); byte.writeInt16(msg.height); ``` 输出看下结果: ```typescript //设置pos为0 开始从头开始按照写入的顺序读取读取 byte.pos = 0; trace(byte.getUTFString()); trace(byte.getByte()); trace(byte.getFloat32()); trace(byte.getInt16()); ``` ##...
来源: Laya2.0_文档 发布时间: 20210715
...(msg.age); byte.writeFloat32(msg.weight); byte.writeInt16(msg.height); ``` 输出看下结果: ```typescript //设置pos为0 开始从头开始按照写入的顺序读取读取 byte.pos = 0; console.log(byte.getUTFString()); console.log(byte.getByte()); console.log(byte.getFloat32()); console.log(...
来源: Laya2.0_文档 发布时间: 20210714
...(msg.age); byte.writeFloat32(msg.weight); byte.writeInt16(msg.height); ``` 输出看下结果: ```typescript //设置pos为0 开始从头开始按照写入的顺序读取读取 byte.pos = 0; console.log(byte.getUTFString()); console.log(byte.getByte()); console.log(byte.getFloat32()); console.log(...
来源: Laya2.0_文档 发布时间: 20210715