JobHandle
The JobHandle of the asynchronous file open operation begun by the call to AsyncReadManager.OpenFileAsync that returned this FileHandle instance.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Property
- Namespace: Unity.IO.LowLevel.Unsafe
- Assembly: UnityEngine.CoreModule
public JobHandle JobHandle { get; }
Remarks
This JobHandle completes when the file is open and ready to be read.