Version: 2019.1

ReadCommand

struct in Unity.IO.LowLevel.Unsafe

Switch to Manual

Description

Describes the offset, size, and destination buffer of a single read operation.

Variables

BufferThe buffer that receives the read data.
OffsetThe offset where the read begins, within the file.
SizeThe size of the read in bytes.