ReadHandle

struct in Unity.IO.LowLevel.Unsafe

/

Implemented in:UnityEngine.CoreModule

Description

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

Properties

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

Public Methods

DisposeDisposes the ReadHandle. Use this to free up internal resources for reuse.
IsValidCheck if the ReadHandle is valid.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答