Version: 2020.3
언어: 한국어

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.
IsValidCheck if the ReadHandle is valid.