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
- Type: Class
- Namespace: UnityEngine.Networking
- Assembly: UnityEngine.UnityWebRequestModule
- Inherits from: AsyncOperation
public class UnityWebRequestAsyncOperation : AsyncOperation
Properties
Property | Description |
|---|---|
| webRequest | Returns the associated UnityWebRequest that created the operation. |