Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public JobHandle JobHandle { get; }

Remarks

This JobHandle completes when the file is open and ready to be read.