Version: 2021.1

ReadCommand

struct in Unity.IO.LowLevel.Unsafe

切换到手册

描述

描述单个读取操作的偏移、大小和目标缓冲区。

If the asynchronous file read request results in a ReadStatus.Truncated or ReadStatus.Failed state the Size field will be updated with the actual number of bytes read.

变量

Buffer接收读取数据的缓冲区。
Offset在文件中开始读取的偏移。
Size读取大小(单位:字节)。