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 _completed, or manually check whether it's done ( _isDone ) or progress ( _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