Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UnityWebRequestAsyncOperation

Asynchronous operation object returned from UnityWebRequest.SendWebRequest (). You can yield until it continues, register an event handler with AsyncOperation.completed, or manually check whether it's done ( AsyncOperation.isDone ) or progress ( AsyncOperation.progress ).
Read time 1 minuteLast updated 5 days ago

Definition

public class UnityWebRequestAsyncOperation : AsyncOperation

Properties

Property

Description

webRequestReturns the associated UnityWebRequest that created the operation.

Inheritance