Version: 2020.3
언어: 한국어

ReadCommand

struct in Unity.IO.LowLevel.Unsafe

매뉴얼로 전환

설명

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

변수

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