Version: 2021.1
言語: 日本語

ReadHandle

struct in Unity.IO.LowLevel.Unsafe

マニュアルに切り替える

説明

You can use this handle to query the status of an asynchronous read operation. Note: To avoid a memory leak, you must call Dispose.

変数

JobHandleJobHandle that completes when the read operation completes.
StatusCurrent state of the read operation.

Public 関数

DisposeDisposes the ReadHandle. Use this to free up internal resources for reuse.
GetBytesReadReturns the total number of bytes read by all the ReadCommand operations the asynchronous file read request.
IsValidCheck if the ReadHandle is valid.