Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


WaitForCompletion()

Waits for completion of the request.
Read time 1 minuteLast updated 4 days ago

Definition

public void WaitForCompletion()

Remarks

Calling AsyncGPUReadbackRequest.done on the request after this call, will always result in true whether the request has completed successfully or not. AsyncGPUReadbackRequest.hasError can be used to find out whether this request has been successful. Since WaitForCompletion stalls both GPU and CPU, calling this function will result in a large performance hit and should be used sparingly.