This version of Unity is unsupported.

ReadCommand

struct in Unity.IO.LowLevel.Unsafe

/

Implemented in:UnityEngine.CoreModule

Description

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

Properties

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